summaryrefslogtreecommitdiff
path: root/test/integration/targets/vars_prompt/vars_prompt-7.yml
blob: a6b086d0d745ee0fc358c7daa6810d34f539e211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: Test vars_prompt play vars
  hosts: "{{ target_hosts }}"
  become: no
  gather_facts: no

  vars_prompt:
    - name: target_hosts
      prompt: prompting for host
      private: no

  tasks:
    - ping: