mirror of https://github.com/ansible/ansible.git
tests: checks that handlers work with loops
parent
a09ce4bd87
commit
aa23ea8462
@ -1,3 +1,5 @@
|
||||
- name: set handler fact
|
||||
set_fact:
|
||||
handler_called: True
|
||||
- name: test handler
|
||||
debug: msg="handler called"
|
||||
|
Loading…
Reference in New Issue