mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 21:52:19 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adhoc.py | ||
| config.py | ||
| console.py | ||
| doc.py | ||
| galaxy.py | ||
| inventory.py | ||
| playbook.py | ||
| pull.py | ||
| vault.py | ||