job variant to use Tower survey instead of prompt

This commit is contained in:
Cedric Girard 2018-07-27 11:40:37 +02:00
parent ead97e5fbf
commit c2b3a23a31
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- hosts: alpine
gather_facts: false
tasks:
- name: print foo
debug:
msg: "foo: {{ foo }}"