1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Improve the wording a bit

According to what @amenonsen suggested in #10064.
Although the additional statement is still needed to get rid of the ambiguity.
This commit is contained in:
Dag Wieers 2016-03-03 14:38:40 +01:00
parent 18d58e42d5
commit 85a28179b7

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.
.. note::
* Notify handlers are always run in the same order they are parsed by Ansible, `not` in the order listed in the notify-statement.
* Notify handlers are always run in the same order they are defined, `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>`_