summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/includes/roles/test_includes_free/tasks/main.yml')
-rw-r--r--test/integration/targets/includes/roles/test_includes_free/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml b/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml
new file mode 100644
index 0000000..5ae7882
--- /dev/null
+++ b/test/integration/targets/includes/roles/test_includes_free/tasks/main.yml
@@ -0,0 +1,9 @@
+- name: this needs to be here
+ debug:
+ msg: "hello"
+- include: inner.yml
+ with_items:
+ - '1'
+- ansible.builtin.include: inner_fqcn.yml
+ with_items:
+ - '1'