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/test
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
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration windows: fix list type in legacy module utils (#30483) 7 years ago
legacy Add a code-smell test for smart quotes and remove smart quotes from all files 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Fix docker error handling for cs/vcenter tests. 7 years ago
sanity Enable more pylint rules and fix reported issues. (#30543) 7 years ago
units Don't ask for password confirm on 'ansible-vault edit' (#30514) 7 years ago
utils Run all Windows tests if change detection disabled (#30320) 7 years ago