summaryrefslogtreecommitdiff
path: root/test/integration/targets/handlers/test_handlers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_handlers.yml')
-rw-r--r--test/integration/targets/handlers/test_handlers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/handlers/test_handlers.yml b/test/integration/targets/handlers/test_handlers.yml
index dafa9ceebe..87d04b6c90 100644
--- a/test/integration/targets/handlers/test_handlers.yml
+++ b/test/integration/targets/handlers/test_handlers.yml
@@ -12,7 +12,7 @@
connection: local
tasks:
- name: verify handler2 ran
- assert:
+ assert:
that:
- "not hostvars[inventory_hostname]['handler1_called']"
- "'handler2_called' in hostvars[inventory_hostname]"