From 8213fd3962a0f94798159e82054a7bb1cb3282bd Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 12 Oct 2016 14:03:42 -0400 Subject: [PATCH 1/2] Change ie to i.e. and add a bit more clarity --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 1b140c674f3..52505998dab 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 (ie. ``static: no``) +* The ``static`` option is not explicitly disabled, i.e., ``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: From 73a5fa2ddd7c38ceca39b61be9f1c9eac9506472 Mon Sep 17 00:00:00 2001 From: scottb Date: Thu, 10 Nov 2016 00:31:50 -0800 Subject: [PATCH 2/2] Update playbooks_roles.rst Minor edit. --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 52505998dab..e9aa0efb48e 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: