removed no_log from fingerprints

pull/743/head
Austin Lucas Lake 2024-05-06 14:37:42 -07:00
parent 8e0069444f
commit 7ce40a8610
No known key found for this signature in database
GPG Key ID: 6A37FA54CFCFA4DB
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ def main():
comment=dict(type='str'),
email=dict(type='str'),
passphrase=dict(type='str', no_log=True),
fingerprints=dict(type='list', elements='str', default=[], no_log=True),
fingerprints=dict(type='list', elements='str', default=[]),
force=dict(type='bool', default=False)
),
supports_check_mode=True,