summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottb <sydtech@gmail.com>2016-11-10 00:31:50 -0800
committerGitHub <noreply@github.com>2016-11-10 00:31:50 -0800
commit73a5fa2ddd7c38ceca39b61be9f1c9eac9506472 (patch)
treee90735ec4f2d71c07fb27b37c81442a1069b463a
parent8213fd3962a0f94798159e82054a7bb1cb3282bd (diff)
downloadansible-73a5fa2ddd7c38ceca39b61be9f1c9eac9506472.tar.gz
Update playbooks_roles.rst
Minor edit.
-rw-r--r--docsite/rst/playbooks_roles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst
index 52505998da..e9aa0efb48 100644
--- a/docsite/rst/playbooks_roles.rst
+++ b/docsite/rst/playbooks_roles.rst
@@ -200,7 +200,7 @@ dynamic when the include meets the following conditions:
* The include does not use any loops
* The included file name does not use any variables
-* The ``static`` option is not explicitly disabled, i.e., ``static: no`` is not present
+* The ``static`` option is not explicitly disabled (``static: no`` is not present)
* The ansible.cfg options to force static includes (see below) are disabled
Two options are available in the ansible.cfg configuration for static includes: