summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml')
-rw-r--r--test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml b/test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml
new file mode 100644
index 0000000..3bc285e
--- /dev/null
+++ b/test/integration/targets/handlers/roles/import_template_handler_names/tasks/main.yml
@@ -0,0 +1,11 @@
+- import_role:
+ name: template_handler_names
+ tasks_from: lazy_evaluation
+ tags:
+ - lazy_evaluation
+
+- import_role:
+ name: template_handler_names
+ tasks_from: evaluation_time
+ tags:
+ - evaluation_time