diff options
Diffstat (limited to 'lib/ansible/modules/include_tasks.py')
-rw-r--r-- | lib/ansible/modules/include_tasks.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/include_tasks.py b/lib/ansible/modules/include_tasks.py index ff5d62ac..f6314302 100644 --- a/lib/ansible/modules/include_tasks.py +++ b/lib/ansible/modules/include_tasks.py @@ -23,14 +23,14 @@ options: version_added: '2.7' apply: description: - - Accepts a hash of task keywords (e.g. C(tags), C(become)) that will be applied to the tasks within the include. + - Accepts a hash of task keywords (for example C(tags), C(become)) that will be applied to the tasks within the include. type: str version_added: '2.7' free-form: description: - | Specifies the name of the imported file directly without any other option C(- include_tasks: file.yml). - - Is the equivalent of specifying an argument for the I(file) parameter. + - Is the equivalent of specifying an argument for the O(file) parameter. - Most keywords, including loop, with_items, and conditionals, apply to this statement unlike M(ansible.builtin.import_tasks). - The do-until loop is not supported. extends_documentation_fragment: @@ -49,7 +49,7 @@ seealso: - module: ansible.builtin.import_role - module: ansible.builtin.import_tasks - module: ansible.builtin.include_role -- ref: playbooks_reuse_includes +- ref: playbooks_reuse description: More information related to including and importing playbooks, roles and tasks. ''' |