summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/special_vars/templates/foo.j2
blob: 0f6db2a16629b6280dc93f0b687b045629d55925 (plain)
1
2
3
4
5
6
7
test_template_host: "{{template_host}}"
test_template_path: "{{template_path}}"
test_template_mtime: "{{template_mtime}}"
test_template_uid: "{{template_uid}}"
test_template_fullpath: "{{template_fullpath}}"
test_template_run_date: "{{template_run_date}}"
test_ansible_managed: "{{ansible_managed}}"