Misc. typo is display log (#34388)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
bc6b1ca17b
commit
9f969a2176
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ class VaultLib:
|
||||||
b_plaintext = this_cipher.decrypt(b_vaulttext, vault_secret)
|
b_plaintext = this_cipher.decrypt(b_vaulttext, vault_secret)
|
||||||
if b_plaintext is not None:
|
if b_plaintext is not None:
|
||||||
vault_id_used = vault_secret_id
|
vault_id_used = vault_secret_id
|
||||||
display.vvvvv('decrypt succesful with secret=%s and vault_id=%s' % (vault_secret, vault_secret_id))
|
display.vvvvv('decrypt successful with secret=%s and vault_id=%s' % (vault_secret, vault_secret_id))
|
||||||
break
|
break
|
||||||
except AnsibleVaultFormatError as exc:
|
except AnsibleVaultFormatError as exc:
|
||||||
msg = "There was a vault format error"
|
msg = "There was a vault format error"
|
||||||
|
|
Loading…
Reference in a new issue