You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/parsing
Abhijeet Kasurde 6382ea168a
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>
2 years ago
..
utils Require `from __future__ import annotations` (#81902) 2 years ago
vault vault: Handle directory value to vault password file (#83384) 2 years ago
yaml Fix issues reported by mypy (#83413) 2 years ago
__init__.py Require `from __future__ import annotations` (#81902) 2 years ago
ajson.py Require `from __future__ import annotations` (#81902) 2 years ago
dataloader.py Enable file cache for vaulted host_vars_files vars plugin (#81995) 2 years ago
mod_args.py Fix task.resolved_action callbacks (#82003) 2 years ago
plugin_docs.py Require `from __future__ import annotations` (#81902) 2 years ago
quoting.py Require `from __future__ import annotations` (#81902) 2 years ago
splitter.py Require `from __future__ import annotations` (#81902) 2 years ago