summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-12-04 21:31:46 -0500
committerBrian Coca <bcoca@ansible.com>2015-12-04 21:31:46 -0500
commitb7a32536d87a337210d96bfe8f5ed27a5a4b4d82 (patch)
treee40d5ce80948cb2629e7e33530f35432535882fc
parentc6c15771b0fa5a44507d315151133b83a9933eb8 (diff)
parenta96a879fcf8c80ee37ff3898f729d7baeac1cd6f (diff)
downloadansible-b7a32536d87a337210d96bfe8f5ed27a5a4b4d82.tar.gz
Merge pull request #13439 from sam-at-github/patch-2
Add fullstop to make sentence make sense. Touch parargraph while at it.
-rw-r--r--docsite/rst/playbooks_variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst
index 18f1e57f72..307387a72e 100644
--- a/docsite/rst/playbooks_variables.rst
+++ b/docsite/rst/playbooks_variables.rst
@@ -793,8 +793,8 @@ Basically, anything that goes into "role defaults" (the defaults folder inside t
.. rubric:: Footnotes
-.. [1] Tasks in each role will see their own role's defaults tasks outside of roles will the last role's defaults
-.. [2] Variables defined in inventory file or provided by dynamic inventory
+.. [1] Tasks in each role will see their own role's defaults. Tasks defined outside of a role will see the last role's defaults.
+.. [2] Variables defined in inventory file or provided by dynamic inventory.
.. note:: Within a any section, redefining a var will overwrite the previous instance.
If multiple groups have the same variable, the last one loaded wins.