summaryrefslogtreecommitdiff
path: root/samples/included_playbook.yml
blob: d56e9c68f7f4b6d2b84f35c6ba980d9866817e7d (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: no
  tags:
  - included
  tasks:
  - debug: msg="incuded playbook, variable is {{a}}"