fixed invalid variable name when unpacking matching keys
Co-authored-by: Felix Fontein <felix@fontein.de>pull/743/head
parent
f28ca9cb93
commit
fd63e64ca4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue