Skip to content

Commit

Permalink
explicitly set key_path to no_log False
Browse files Browse the repository at this point in the history
sanity tests now check that and it matches the general /key/ rule.
no_log=False is the explicit declaration of "this is not secret"
  • Loading branch information
evgeni authored and ehelms committed Mar 12, 2021
1 parent c9418f5 commit c13ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/compute_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def main():
ovirt_quota=dict(),
project=dict(),
email=dict(),
key_path=dict(),
key_path=dict(no_log=False),
zone=dict(),
ssl_verify_peer=dict(type='bool'),
set_console_password=dict(type='bool'),
Expand Down

0 comments on commit c13ed21

Please sign in to comment.