ansible/test/samples/include.yml

6 lines
198 B
YAML
Raw Normal View History

- debug: msg="this is the include, a=={{a}}"
tags:
- included
2015-03-25 19:51:40 +01:00
#- debug: msg="this is the second debug in the include"
- debug: msg="this is the third debug in the include, and a is still {{a}}"