mirror of https://github.com/ansible/ansible.git
cli: ignore empty vault ids
An empty string is not really a useful usecase here, because it will resolve to the cwd and thus never a valid vault file. Just silently ignoring these makes it possible to reset the DEFAULT_VAULT_IDENTITY_LIST option from a config file by setting the matching env var to an empty value.pull/82721/head
parent
d30a1d2f34
commit
98eaa3d0fd
@ -1,3 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- passing a directory as vault password file now raises a meaningful error (https://github.com/ansible/ansible/pull/xxxxx).
|
||||
- empty vault ids are now silently ignored (https://github.com/ansible/ansible/pull/xxxxx).
|
||||
|
Loading…
Reference in New Issue