mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
[doc] fix example: always trigger the handler (#56384)
by default, debug task result isn't changed - add 'changed_when: yes' to trigger handler
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user