summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml')
-rw-r--r--test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml b/test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml
new file mode 100644
index 0000000..6f4c048
--- /dev/null
+++ b/test/integration/targets/includes/roles/test_includes/tasks/included_task1.yml
@@ -0,0 +1,9 @@
+- set_fact:
+ ca: "{{ a }}"
+- debug: var=ca
+- set_fact:
+ cb: "{{b}}"
+- debug: var=cb
+- set_fact:
+ cc: "{{ c }}"
+- debug: var=cc