diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index e43dfd475a..8ae7e82b4a 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -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. `* `_