ansible/samples/included_playbook.yml

7 lines
121 B
YAML
Raw Normal View History

- hosts: localhost
gather_facts: no
tags:
- included
tasks:
- debug: msg="incuded playbook, variable is {{a}}"