summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/parent_templating/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/include_import/parent_templating/playbook.yml')
-rw-r--r--test/integration/targets/include_import/parent_templating/playbook.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/include_import/parent_templating/playbook.yml b/test/integration/targets/include_import/parent_templating/playbook.yml
new file mode 100644
index 0000000..b733020
--- /dev/null
+++ b/test/integration/targets/include_import/parent_templating/playbook.yml
@@ -0,0 +1,11 @@
+# https://github.com/ansible/ansible/issues/49969
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - include_role:
+ name: test
+ public: true
+
+ - assert:
+ that:
+ - included_other is defined