1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-04 07:16:55 +00:00
community.general/test/playbook-included.yml

14 lines
223 B
YAML

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