From ef89c59a13694fbc2710b6c39fc24d4897a6af93 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 14 Jan 2025 15:07:07 -0500 Subject: [PATCH] Fix ansible-lint empty lines in module docstrings --- awx_collection/plugins/modules/credential_input_source.py | 1 - awx_collection/plugins/modules/workflow_job_template.py | 1 - 2 files changed, 2 deletions(-) diff --git a/awx_collection/plugins/modules/credential_input_source.py b/awx_collection/plugins/modules/credential_input_source.py index e40e398a13..3cc0cc2457 100644 --- a/awx_collection/plugins/modules/credential_input_source.py +++ b/awx_collection/plugins/modules/credential_input_source.py @@ -66,7 +66,6 @@ EXAMPLES = ''' object_query: "Safe=MY_SAFE;Object=awxuser" object_query_format: "Exact" state: present - ''' from ..module_utils.controller_api import ControllerAPIModule diff --git a/awx_collection/plugins/modules/workflow_job_template.py b/awx_collection/plugins/modules/workflow_job_template.py index 5db78891a0..8d3792e0ac 100644 --- a/awx_collection/plugins/modules/workflow_job_template.py +++ b/awx_collection/plugins/modules/workflow_job_template.py @@ -574,7 +574,6 @@ EXAMPLES = ''' unified_job_template: name: Cleanup Activity Stream type: system_job_template - ''' from ..module_utils.controller_api import ControllerAPIModule