summaryrefslogtreecommitdiffstats
path: root/test/role-with-included-imported-tasks/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/role-with-included-imported-tasks/tasks/main.yml')
-rw-r--r--test/role-with-included-imported-tasks/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/role-with-included-imported-tasks/tasks/main.yml b/test/role-with-included-imported-tasks/tasks/main.yml
new file mode 100644
index 0000000..81de7cb
--- /dev/null
+++ b/test/role-with-included-imported-tasks/tasks/main.yml
@@ -0,0 +1,6 @@
+- include_tasks: included_tasks.yml
+- import_tasks: imported_tasks.yml
+- include_tasks:
+ file: included_tasks.yml
+ apply:
+ tags: sometag