ansible/test/playbook-included.yml

15 lines
217 B
YAML
Raw Normal View History

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