diff options
author | cos <cos> | 2024-04-20 09:49:20 +0200 |
---|---|---|
committer | cos <cos> | 2024-04-20 09:49:20 +0200 |
commit | 4a8cba9f5881c02efe11c043d91b22325a591579 (patch) | |
tree | 6c52b3df5315ddae440dd6d6d2526f0481aecee2 /lib/ansible/modules/include_tasks.py | |
parent | 3280e8181e83872988933ea71b89ae891749a872 (diff) | |
parent | bbed591285e1882d05198e518f75873af58939f5 (diff) | |
download | debian-ansible-core-debian/failed-recreation-attempt.zip |
Update upstream source from recreated 2.16.5 importdebian/failed-recreation-attempt
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. ''' |