1
0
Fork 0
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:
sam-at-github 2016-08-18 00:36:33 +10:00 committed by Brian Coca
parent 732d722a7f
commit a2d0bbed8c

View file

@ -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