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