diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2025-01-14 21:07:07 +0100 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2025-01-15 19:49:09 +0100 |
commit | d51d4eb3921d5bc000775d87f760e6b8e49fe6ad (patch) | |
tree | 9060369c09cda08be72e2d9cb168a5f4370dd7b1 | |
parent | Fix ansible-lint truthy in module docstrings (diff) | |
download | awx-d51d4eb3921d5bc000775d87f760e6b8e49fe6ad.tar.xz awx-d51d4eb3921d5bc000775d87f760e6b8e49fe6ad.zip |
Fix ansible-lint empty lines in module docstrings
-rw-r--r-- | awx_collection/plugins/modules/credential_input_source.py | 1 | ||||
-rw-r--r-- | awx_collection/plugins/modules/workflow_job_template.py | 1 |
2 files changed, 0 insertions, 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 |