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 }}" +