From 2d0dedd207f40112095dae0084729fd3713ade0d Mon Sep 17 00:00:00 2001 From: Konstantin <89620064+kk-at-redhat@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:45:10 -0500 Subject: [PATCH] Fixed reference collection name --- awx_collection/plugins/modules/workflow_job_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/workflow_job_template.py b/awx_collection/plugins/modules/workflow_job_template.py index 757e734b6651..6850edc962ca 100644 --- a/awx_collection/plugins/modules/workflow_job_template.py +++ b/awx_collection/plugins/modules/workflow_job_template.py @@ -435,7 +435,7 @@ aliases: - destroy_current_schema -extends_documentation_fragment: ansible.controller.auth +extends_documentation_fragment: awx.awx.auth ''' EXAMPLES = '''