mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Handlers are triggered at the play level, not playbook. (#17121)
This commit is contained in:
parent
732d722a7f
commit
a2d0bbed8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue