summaryrefslogtreecommitdiff
path: root/test/integration/targets/handlers/test_run_once.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_run_once.yml')
-rw-r--r--test/integration/targets/handlers/test_run_once.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/integration/targets/handlers/test_run_once.yml b/test/integration/targets/handlers/test_run_once.yml
deleted file mode 100644
index 5418b46a..00000000
--- a/test/integration/targets/handlers/test_run_once.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: A,B,C
- gather_facts: false
- tasks:
- - command: echo
- notify: handler
- handlers:
- - name: handler
- run_once: true
- debug:
- msg: handler ran once