summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml')
-rw-r--r--test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml b/test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml
new file mode 100644
index 0000000..e82dca0
--- /dev/null
+++ b/test/integration/targets/handlers/roles/template_handler_names/tasks/lazy_evaluation.yml
@@ -0,0 +1,5 @@
+- debug: msg='notify handler'
+ notify: handler name
+ changed_when: True
+ tags:
+ - lazy_evaluation