From c2b3a23a311b1fda92ce6f93f9d2ca4b7a324bf7 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 27 Jul 2018 11:40:37 +0200 Subject: [PATCH] job variant to use Tower survey instead of prompt --- playbooks/test_prompt_tower.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 playbooks/test_prompt_tower.yml diff --git a/playbooks/test_prompt_tower.yml b/playbooks/test_prompt_tower.yml new file mode 100644 index 0000000..a2f1dfe --- /dev/null +++ b/playbooks/test_prompt_tower.yml @@ -0,0 +1,7 @@ +- hosts: alpine + gather_facts: false + tasks: + - name: print foo + debug: + msg: "foo: {{ foo }}" +