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 a4e27b8 commit 521be99Copy full SHA for 521be99
tests/unit/plugins/modules/test_cert_info.py
@@ -71,7 +71,7 @@ def exit_json(*args, **kwargs):
71
72
checks_passed = True
73
74
- print(**args[0])
+ print(args[0])
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