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/cli
Adrian Likins f00dd99ea2 Fix ansible-console always asking for vault passwords
ansible-console was calling setup_vault_secrets
twice. Once directly and once via _play_prereqs()

The direct invocation was not setting auto_prompt=False.

However, the direct invocation isn't need at all so
this removes it so only _play_reqs() is used.
That fixes the unrequested vault password
prompting.

Fixes #33027

(cherry picked from commit 810fa7046b)
7 years ago
..
__init__.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 7 years ago
adhoc.py Fix Python 3.7 syntax error. 7 years ago
config.py deal with no config for view 7 years ago
console.py Fix ansible-console always asking for vault passwords 7 years ago
doc.py Module deprecation: docs, scheme and tests (#34100) 7 years ago
galaxy.py Apply regex to dir name only (#35744) 7 years ago
inventory.py Inv export (#36188) 7 years ago
playbook.py dont warn on not matching 'all' (#32806) 7 years ago
pull.py add support for other scms to pull (#33152) 7 years ago
vault.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 7 years ago