OK, I figured this out. I added the following to my site.yml:

- name: install app to all test servers
  hosts: testservers
  become: yes
  user: service_account
  vars_files:
    - vault.yml
  vars:
    ansible_become_pass: "{{ root }}"

  roles:
  - pb_install_test


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/58972871-d042-41a8-87e1-a79f9452b0ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to