1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/vars_prompt/vars_prompt-7.yml
Sam Doran 6d38167d49
Only template values in vars_prompt rather than all vars (#39304)
* Only template values in vars_prompt rather than all vars

This allows the use of variables in vars_prompt fields but allows variables entered in the prompt to affect play vars rather than throwing an undefined error.

Only post validate if there was a vars_prompt

* Add tests for vars_prompt
2018-08-13 12:54:31 -04:00

12 lines
211 B
YAML

- 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: