mirror of https://github.com/ansible/ansible.git
vault: Handle directory value to vault password file (#83384)
When vault password file env variable is set to blank, this value is converted to CWD and passed for further processing. Check if ANSIBLE_VAULT_PASSWORD_FILE is not a directory. Fixes: #42960 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/83453/head
parent
1ed29416db
commit
6382ea168a
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- vault - handle vault password file value when it is directory (https://github.com/ansible/ansible/issues/42960).
|
Loading…
Reference in New Issue