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 7e32010bdb 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)
8 years ago
..
__init__.py dont warn on not matching 'all' (#32806) 8 years ago
adhoc.py dont warn on not matching 'all' (#32806) 8 years ago
config.py fixes to config/setting retrieval 8 years ago
console.py Fix ansible-console always asking for vault passwords 8 years ago
doc.py fix inventory loading for ansible-doc 8 years ago
galaxy.py Revert "Removed a force conditional (#28851)" (#32282) 8 years ago
inventory.py jsonify inventory (#32990) 8 years ago
playbook.py dont warn on not matching 'all' (#32806) 8 years ago
pull.py Add --vault-id support to ansible-pull 8 years ago
vault.py Only expose rekey options to ansible-vault command 8 years ago