fix typo in ansible vault decrypt if vault error (#73542)

pull/67871/merge
Lazuardi N Putra 4 years ago committed by GitHub
parent 1cb753225c
commit bcefb6b5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -680,7 +680,7 @@ class VaultLib:
raise AnsibleVaultError("A vault password must be specified to decrypt data")
if not is_encrypted(b_vaulttext):
msg = "input is not vault encrypted data"
msg = "input is not vault encrypted data. "
if filename:
msg += "%s is not a vault encrypted file" % to_native(filename)
raise AnsibleError(msg)

Loading…
Cancel
Save