mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
7 lines
121 B
YAML
7 lines
121 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tags:
|
|
- included
|
|
tasks:
|
|
- debug: msg="incuded playbook, variable is {{a}}"
|