fixed invalid variable name when unpacking matching keys

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/743/head
Austin Lucas Lake 2024-05-01 12:20:51 -07:00 committed by GitHub
parent f28ca9cb93
commit fd63e64ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ def delete_keypair(
'--batch', '--batch',
'--yes', '--yes',
'--delete-secret-and-public-key', '--delete-secret-and-public-key',
*matching_key *matching_keys
], check_rc=True) ], check_rc=True)
if params['return_fingerprints']: if params['return_fingerprints']:
return dict(changed=True, fingerprints=matching_keys) return dict(changed=True, fingerprints=matching_keys)