samples/included_playbook.yml
7b1c6fba
 - hosts: localhost
   gather_facts: no
   tags:
   - included
   tasks:
   - debug: msg="incuded playbook, variable is {{a}}"