Skip to content

Commit

Permalink
Improve ambiguous statement regarding handler order
Browse files Browse the repository at this point in the history
This fixes ansible#10064
  • Loading branch information
dagwieers committed Mar 3, 2016
1 parent 171c925 commit 18d58e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/playbooks_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Handlers are best used to restart services and trigger reboots. You probably
won't need them for much else.

.. note::
* Notify handlers are always run in the order written.
* Notify handlers are always run in the same order they are parsed by Ansible, `not` in the order listed in the notify-statement.
* Handler names live in a global namespace.
* If two handler tasks have the same name, only one will run.
`* <https://github.com/ansible/ansible/issues/4943>`_
Expand Down

0 comments on commit 18d58e4

Please sign in to comment.