ansible/test/playbook-included.yml
2012-11-13 12:12:18 +01:00

12 lines
183 B
YAML

---
- hosts: all
gather_facts: False
tasks:
- action: debug msg="$variable"
- hosts: all
vars:
- ugly: var
gather_facts: False
tasks:
- action: debug msg="$variable"