test/playbook-included.yml
9c095b72
 ---
 - hosts: all
9985995a
   connection: local
66fb7fd9
   gather_facts: no
9c095b72
   tasks:
   - action: debug msg="$variable"
eebbbd3f
 
 - hosts: all
9985995a
   connection: local
eebbbd3f
   vars:
   - ugly: var
66fb7fd9
   gather_facts: no
eebbbd3f
   tasks:
   - action: debug msg="$variable"