From 85a28179b7b3884fb9e3314977b5712c2e95f949 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 3 Mar 2016 14:38:40 +0100 Subject: [PATCH] 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. --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 8ae7e82b4a..d14c8412e3 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 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. `* `_