Mike,

And then in my app_install_main.yml, I have the following:

---

- name: install app and join systems to domain
  hosts: "{{ test }}"
  become: yes

  roles:
   - app_install

  vars_prompt:
   - name: "ansible_sudo_pass"
     prompt: "Sudo password"
     private: yes

-- 
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/7b79430f-c2aa-4105-a80b-4d0aa469f80f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to