Improve ambiguous statement regarding handler order

This fixes #10064
pull/4420/head
Dag Wieers 2016-03-03 14:32:56 +01:00
parent 171c925966
commit 18d58e42d5
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ Handlers are best used to restart services and trigger reboots. You probably
won't need them for much else. won't need them for much else.
.. note:: .. 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. * Handler names live in a global namespace.
* If two handler tasks have the same name, only one will run. * If two handler tasks have the same name, only one will run.
`* <https://github.com/ansible/ansible/issues/4943>`_ `* <https://github.com/ansible/ansible/issues/4943>`_