mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Document that task includes are now infinite depth
This commit is contained in:
@@ -335,9 +335,9 @@ Variables passed in can then be used in the included files. You can reference t
|
|||||||
the vars section are also available for use here as well.)
|
the vars section are also available for use here as well.)
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Task include statements are only usable one-level deep.
|
As of 1.0, task include statements can be used at arbitrary depth.
|
||||||
This means task includes can not include other
|
They were previously limited to a single level, so task includes
|
||||||
task includes. This may change in a later release.
|
could not include other files containing task includes.
|
||||||
|
|
||||||
Includes can also be used in the 'handlers' section, for instance, if you
|
Includes can also be used in the 'handlers' section, for instance, if you
|
||||||
want to define how to restart apache, you only have to do that once for all
|
want to define how to restart apache, you only have to do that once for all
|
||||||
|
|||||||
Reference in New Issue
Block a user