summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-07-18 18:59:16 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-07-18 18:59:16 -0400
commitf0aab114ea11c898df23505e82ef8b344e21e886 (patch)
tree02f96dbb0691558b662ac0ecbc3671d1322ce509 /docsite
parent9caa93c1cf17f592b9bccb503b39770f25247bcd (diff)
parentdea19070e2de98aaf39df086bc2f1274ad0b5388 (diff)
downloadansible-f0aab114ea11c898df23505e82ef8b344e21e886.tar.gz
Merge pull request #8196 from kustodian/playbooks_variables.rst
Fixed documentation in playbooks_variables.rst
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst
index f277b1b2a0..f072c09896 100644
--- a/docsite/rst/playbooks_variables.rst
+++ b/docsite/rst/playbooks_variables.rst
@@ -1029,7 +1029,7 @@ can set variables in there and make use of them in other roles and elsewhere in
- { role: something_else }
.. note:: There are some protections in place to avoid the need to namespace variables.
- In the above, variables defined in common_settings are most definitely available to 'app_user' and 'something_else' tasks, but if
+ In the above, variables defined in common_settings are most definitely available to 'something' and 'something_else' tasks, but if
"something's" guaranteed to have foo set at 12, even if somewhere deep in common settings it set foo to 20.
So, that's precedence, explained in a more direct way. Don't worry about precedence, just think about if your role is defining a