1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update playbooks_roles.rst

Minor edit.
This commit is contained in:
scottb 2016-11-10 00:31:50 -08:00 committed by GitHub
parent 8213fd3962
commit 73a5fa2ddd

View file

@ -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: