Skip to content

Commit

Permalink
fixed ansible-lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sumanth Lingappa <[email protected]>
  • Loading branch information
sumanth-lingappa committed Jan 30, 2024
1 parent a4ae75f commit 4c0765a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion plugins/modules/sslcert.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
cakeyform: PEM
caserial: root_cert.srl
certtype: SRVR_CERT
"""

RETURN = r"""
Expand Down
3 changes: 1 addition & 2 deletions plugins/modules/sslcertkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/sslcertreq.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
organizationname: example
commonname: example
emailaddress: [email protected]
"""

RETURN = r"""
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/sslrsakey.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
bits: 2048
exponent: F4
keyform: PEM
"""

RETURN = r"""
Expand Down

0 comments on commit 4c0765a

Please sign in to comment.