mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Handlers are triggered at the play level, not playbook. (#17121)
This commit is contained in:
committed by
Brian Coca
parent
732d722a7f
commit
a2d0bbed8c
@@ -344,7 +344,7 @@ As we've mentioned, modules are written to be 'idempotent' and can relay when
|
||||
they have made a change on the remote system. Playbooks recognize this and
|
||||
have a basic event system that can be used to respond to change.
|
||||
|
||||
These 'notify' actions are triggered at the end of each block of tasks in a playbook, and will only be
|
||||
These 'notify' actions are triggered at the end of each block of tasks in a play, and will only be
|
||||
triggered once even if notified by multiple different tasks.
|
||||
|
||||
For instance, multiple resources may indicate
|
||||
|
||||
Reference in New Issue
Block a user