community.general/lib/ansible
Adrian Likins 307be59092 Don't ask for password confirm on 'ansible-vault edit' (#30514)
* Don't ask for password confirm on 'ansible-vault edit'

This is to match the 2.3 behavior on:

        ansible-vault edit encrypted_file.yml

Previously, the above command would consider that a 'new password'
scenario and prompt accordingly, ie:

        $ ansible-vault edit encrypted_file.yml
        New Password:
        Confirm New Password:

The bug was cause by 'create_new_password' being used for
'edit' action. This also causes the previous implicit 'auto prompt'
to get triggered and prompt the user.

Fix is to make auto prompt explicit in the calling code to handle
the 'edit' case where we want to auto prompt but we do not want
to request a password confirm.

Fixes #30491
2017-09-19 17:39:51 -04:00
..
cli Don't ask for password confirm on 'ansible-vault edit' (#30514) 2017-09-19 17:39:51 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor Fix typo 2017-09-19 16:10:21 +02:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Remove redundant check for group membership in add_host (#30530) 2017-09-18 20:22:30 -04:00
module_utils Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
modules oc module- Fixing description & removing example command (#30257) 2017-09-19 15:09:22 -04:00
parsing Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
playbook decelerate! (#30160) 2017-09-16 23:35:50 -04:00
plugins fixed password lookup docs 2017-09-19 16:33:15 -04:00
template Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
utils expose soem options as vars (#30379) 2017-09-17 12:25:56 -04:00
vars remove fact namespacing 2017-09-10 17:37:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py fixed 'typing' for deprecated get_config 2017-09-14 13:20:55 -07:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00