mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
4 lines
105 B
YAML
4 lines
105 B
YAML
- debug: msg="this is the l2 include"
|
|
- debug: msg="a second task for l2"
|
|
- include: common_include.yml
|
|
|