mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Fix typo in vault decrypt error message (#31335)
This commit is contained in:
@@ -587,7 +587,7 @@ class VaultLib:
|
||||
(vault_secret_id, filename, e))
|
||||
continue
|
||||
else:
|
||||
msg = "Decryption failed (no vault secrets would found that could decrypt)"
|
||||
msg = "Decryption failed (no vault secrets were found that could decrypt)"
|
||||
if filename:
|
||||
msg += " on %s" % filename
|
||||
raise AnsibleVaultError(msg)
|
||||
|
||||
Reference in New Issue
Block a user