ansible-training-test/playbooks/test_prompt_tower.yml

8 lines
107 B
YAML

- hosts: alpine
gather_facts: false
tasks:
- name: print foo
debug:
msg: "foo: {{ foo }}"