From 4c0765a477caea33c40ab4b52b2aff72be33d32e Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa Date: Tue, 30 Jan 2024 17:41:17 +0530 Subject: [PATCH] fixed ansible-lint errors Signed-off-by: Sumanth Lingappa --- plugins/modules/sslcert.py | 1 - plugins/modules/sslcertkey.py | 3 +-- plugins/modules/sslcertreq.py | 1 - plugins/modules/sslrsakey.py | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/modules/sslcert.py b/plugins/modules/sslcert.py index 86a5edac2..948f5bc64 100644 --- a/plugins/modules/sslcert.py +++ b/plugins/modules/sslcert.py @@ -185,7 +185,6 @@ cakeyform: PEM caserial: root_cert.srl certtype: SRVR_CERT - """ RETURN = r""" diff --git a/plugins/modules/sslcertkey.py b/plugins/modules/sslcertkey.py index e481bf614..ae43abbda 100644 --- a/plugins/modules/sslcertkey.py +++ b/plugins/modules/sslcertkey.py @@ -171,8 +171,7 @@ certkey: test-certkey cert: test-cert.cert key: test-cert.key - linkcertkeyname: root-certkey # This will link the root certkey to the server certkey - + linkcertkeyname: root-certkey # This will link the root certkey to the server certkey """ RETURN = r""" diff --git a/plugins/modules/sslcertreq.py b/plugins/modules/sslcertreq.py index 976f14fb3..4ed25ecb0 100644 --- a/plugins/modules/sslcertreq.py +++ b/plugins/modules/sslcertreq.py @@ -157,7 +157,6 @@ organizationname: example commonname: example emailaddress: test1@example.com - """ RETURN = r""" diff --git a/plugins/modules/sslrsakey.py b/plugins/modules/sslrsakey.py index f67f87d68..e2104e102 100644 --- a/plugins/modules/sslrsakey.py +++ b/plugins/modules/sslrsakey.py @@ -94,7 +94,6 @@ bits: 2048 exponent: F4 keyform: PEM - """ RETURN = r"""