ansible/lib/ansible/cli
Adrian Likins 810fa7046b 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
2018-02-15 15:40:51 -05:00
..
__init__.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 2018-01-22 17:12:10 -05:00
adhoc.py Fix Python 3.7 syntax error. 2018-01-09 17:34:26 -08:00
config.py deal with no config for view 2018-02-14 15:53:40 -05:00
console.py Fix ansible-console always asking for vault passwords 2018-02-15 15:40:51 -05:00
doc.py Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
galaxy.py Apply regex to dir name only (#35744) 2018-02-06 16:39:57 -05:00
inventory.py Inv export (#36188) 2018-02-14 15:45:15 -05:00
playbook.py dont warn on not matching 'all' (#32806) 2017-12-15 15:43:51 -05:00
pull.py add support for other scms to pull (#33152) 2017-12-13 22:16:54 -05:00
vault.py add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067) 2018-01-22 17:12:10 -05:00