-
Bug
-
Resolution: Done
-
Minor
-
RH294 - RHEL9.0-en-2-20221117
-
None
-
6
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)||||||||
Workaround:
Description: import_playbook, import_tasks and include_tasks are technically modules in the builtin collection. Shouldn't we use fully qualified collection paths here in this narrative?
Documentation also suggests the use of the newer 'file' argument:
- name: Include task list in play
ansible.builtin.include_tasks:
file: stuff.yaml
- name: Import task list in play
ansible.builtin.import_tasks:
file: stuff.yaml
Interestingly, import_playbook doesn't have this newer style 'file' argument.
- is related to
-
PTL-5237 RH294-238: 7.11 Simplifying Playbooks with Roles and Ansible Content Collections LAB
-
- Backlog
-
-
PTL-5127 RH294-233: 6.5 Managing Complex Plays and Playbooks LAB - missing index
-
- Closed
-
-
PTL-5204 RH294-232: 6.4 Including and Imporing Files GE
-
- Closed
-
-
PTL-5266 RH294-236: 7.6 Deploying Roles from External Content Sources GE
-
- Closed
-