mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Allowing auth_legacy to be converted into tower.tower namespace
This commit is contained in:
parent
c61e875bf8
commit
33aee7f830
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user