summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/taskincludes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/taskincludes.yml')
-rw-r--r--examples/playbooks/taskincludes.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/playbooks/taskincludes.yml b/examples/playbooks/taskincludes.yml
new file mode 100644
index 0000000..91f0fc6
--- /dev/null
+++ b/examples/playbooks/taskincludes.yml
@@ -0,0 +1,11 @@
+---
+- name: Fixture
+ hosts: localhost
+ vars:
+ varset: tasks/simple_task.yml
+ tasks:
+ # - include_tasks: "{{ varnotset }}.yml"
+ - include_tasks: "{{ varset }}.yml"
+ - include_tasks: tasks/directory with spaces/main.yml
+ # Include tasks by FQCN as well to ensure they load
+ - ansible.builtin.include_tasks: tasks/passing_task.yml