Update metadata for the AWX collection

This commit is contained in:
AlanCoding
2020-02-20 15:05:58 -05:00
parent a737f35653
commit d62994ec02
4 changed files with 28 additions and 26 deletions

View File

@@ -21,7 +21,9 @@
path: "{{ item.path }}"
regexp: '^extends_documentation_fragment: awx.awx.auth$'
replace: 'extends_documentation_fragment: {{ collection_namespace }}.{{ collection_package }}.auth'
with_items: "{{ module_files.files }}"
loop: "{{ module_files.files }}"
loop_control:
label: "{{ item.path[ playbook_dir | length :] }}"
- name: Change files to support desired namespace and package names
replace: