summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsam-at-github <sgpinkus@gmail.com>2016-08-18 00:36:33 +1000
committerBrian Coca <bcoca@users.noreply.github.com>2016-08-17 10:36:33 -0400
commita2d0bbed8c3f9de5d9c993e9b6f27f8af3eea438 (patch)
tree6d32b46968d1f276b3ab39558124b85075072034
parent732d722a7f6a834db3bea50dbef12cb6d9b23cbe (diff)
downloadansible-a2d0bbed8c3f9de5d9c993e9b6f27f8af3eea438.tar.gz
Handlers are triggered at the play level, not playbook. (#17121)
-rw-r--r--docsite/rst/playbooks_intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst
index 23dbf26709..6e05080df6 100644
--- a/docsite/rst/playbooks_intro.rst
+++ b/docsite/rst/playbooks_intro.rst
@@ -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