mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Allowing auth_legacy to be converted into tower.tower namespace
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
- name: Change module doc_fragments to support desired namespace and package names
|
- name: Change module doc_fragments to support desired namespace and package names
|
||||||
replace:
|
replace:
|
||||||
path: "{{ item }}"
|
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'
|
replace: 'extends_documentation_fragment: {{ collection_namespace }}.{{ collection_package }}.auth'
|
||||||
with_fileglob: "{{ collection_path }}/plugins/modules/tower_*.py"
|
with_fileglob: "{{ collection_path }}/plugins/modules/tower_*.py"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
Reference in New Issue
Block a user