mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
5 lines
139 B
YAML
5 lines
139 B
YAML
- debug: msg="this is the l3 include"
|
|
- debug: msg="a second task for l3"
|
|
- debug: msg="a third task for l3"
|
|
- include: common_include.yml
|