community.general/lib/ansible/cli
Adrian Likins 9f57920eab Fix --ask-vault-pass prompt to match old when poss (#27602)
If we don't use more than one vault-id, and we use
--ask-vault-pass, instead of using the new vault prompt
format ('Vault password (my_vault_id): ') we use the old
one ('Vault password: ').

This avoids confusing Tower when it needs to detect an
interactive vault password prompt.

This also potentially could allow vault password prompts
to be customized per vault_id.
2017-08-01 16:39:54 -04:00
..
__init__.py Fix --ask-vault-pass prompt to match old when poss (#27602) 2017-08-01 16:39:54 -04:00
adhoc.py Fix ansible ad-hoc to respect ANSIBLE_STDOUT_CALLBACK (#26098) 2017-06-26 16:01:06 -04:00
config.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
console.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
doc.py revert action loader changes to doc, due to error 2017-07-25 16:33:30 -04:00
galaxy.py Switch from map and filter to list comprehensions and generator expressions (#27198) 2017-07-22 19:12:35 -07:00
playbook.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
pull.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
vault.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00