summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml')
-rw-r--r--test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml b/test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml
new file mode 100644
index 0000000..f9c67cf
--- /dev/null
+++ b/test/integration/targets/handlers/test_fqcn_meta_flush_handlers.yml
@@ -0,0 +1,14 @@
+- hosts: A
+ gather_facts: false
+ tasks:
+ - command: echo
+ notify: handler
+
+ - ansible.builtin.meta: flush_handlers
+
+ - debug:
+ msg: after flush
+ handlers:
+ - name: handler
+ debug:
+ msg: handler ran