mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct fix for delete_key
This commit is contained in:
parent
4b08e2976a
commit
56d85411f5
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ def absent(
|
|||
user=user,
|
||||
gnupghome=gnupghome,
|
||||
keyring=keyring,
|
||||
use_passphrase=False,
|
||||
)
|
||||
if result["res"] is False:
|
||||
ret["result"] = result["res"]
|
||||
|
|
Loading…
Add table
Reference in a new issue