From 33aee7f8306c68de855ce2a74d14f2908301ee33 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Fri, 22 May 2020 06:32:29 -0400 Subject: [PATCH] Allowing auth_legacy to be converted into tower.tower namespace --- awx_collection/tools/roles/template_galaxy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/tools/roles/template_galaxy/tasks/main.yml b/awx_collection/tools/roles/template_galaxy/tasks/main.yml index c8d6f0fff3..4f018d793b 100644 --- a/awx_collection/tools/roles/template_galaxy/tasks/main.yml +++ b/awx_collection/tools/roles/template_galaxy/tasks/main.yml @@ -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: