[doc] fix example: always trigger the handler (#56384)

by default, debug task result isn't changed - add 'changed_when: yes' to trigger handler
pull/57798/head
Pilou 7 years ago committed by Alicia Cozine
parent 674a57c3fa
commit b3ab83bc70

@ -131,6 +131,7 @@ Another example is how to run handlers after an error occurred :
block:
- debug:
msg: 'I execute normally'
changed_when: yes
notify: run me even after an error
- command: /bin/false
rescue:

Loading…
Cancel
Save