job variant to use Tower survey instead of prompt
This commit is contained in:
parent
ead97e5fbf
commit
c2b3a23a31
1 changed files with 7 additions and 0 deletions
7
playbooks/test_prompt_tower.yml
Normal file
7
playbooks/test_prompt_tower.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- hosts: alpine
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: print foo
|
||||
debug:
|
||||
msg: "foo: {{ foo }}"
|
||||
|
Loading…
Reference in a new issue