We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7ebbf commit 8ce9d6aCopy full SHA for 8ce9d6a
tests/unit/plugins/modules/test_cert_info.py
@@ -71,6 +71,7 @@ def exit_json(*args, **kwargs):
71
72
checks_passed = True
73
74
+ print(args)
75
# only if passphrase_check mode is disabled
76
if args['passphrase_check'] is False:
77
# check every item in certificate if it matches with the result
0 commit comments