Allowing auth_legacy to be converted into tower.tower namespace

This commit is contained in:
John Westcott IV 2020-05-22 06:32:29 -04:00
parent c61e875bf8
commit 33aee7f830

View File

@ -19,7 +19,7 @@
- name: Change module doc_fragments to support desired namespace and package names
replace:
path: "{{ item }}"
regexp: '^extends_documentation_fragment: awx.awx.auth$'
regexp: '^extends_documentation_fragment: awx.awx.auth'
replace: 'extends_documentation_fragment: {{ collection_namespace }}.{{ collection_package }}.auth'
with_fileglob: "{{ collection_path }}/plugins/modules/tower_*.py"
loop_control: