5a1b59adf9
* Rename `tests` test to match plugin type. * Rename `test_infra` test to avoid confusion. This test target is not a test for test plugins. * Rename `vars_prompt` test to avoid confusion. * Update sanity ignores.
12 lines
211 B
YAML
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:
|