mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Simplify syntax for loop labels
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
replace: 'extends_documentation_fragment: {{ collection_namespace }}.{{ collection_package }}.auth'
|
replace: 'extends_documentation_fragment: {{ collection_namespace }}.{{ collection_package }}.auth'
|
||||||
loop: "{{ module_files.files }}"
|
loop: "{{ module_files.files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.path[ playbook_dir | length :] }}"
|
label: "{{ item.path | basename }}"
|
||||||
|
|
||||||
- name: Change files to support desired namespace and package names
|
- name: Change files to support desired namespace and package names
|
||||||
replace:
|
replace:
|
||||||
|
|||||||
Reference in New Issue
Block a user