mirror of https://github.com/ansible/ansible.git
vault: check password file is actually a file
Passing a directory currently fails with a "permission denied" error. I can think of no use case where you want (or actually even can) execute a directory, so explicitly check for this and raise a descriptive error. Also rename that one test to match what it is actually checking. And add tests to make sure symlinks (still) work when they should.pull/82721/head
parent
6f55923e11
commit
d30a1d2f34
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- passing a directory as vault password file now raises a meaningful error (https://github.com/ansible/ansible/pull/xxxxx).
|
||||
Loading…
Reference in New Issue