ansible/test
Adrian Likins f8ad9ca75d Don't ask for password confirm on 'ansible-vault edit' (#30514)
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

(cherry picked from commit 307be59092)
2017-09-20 11:00:42 -04:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration CamelConverter - more fixes picked up in testing (#30601) 2017-09-20 15:24:49 +10:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Improve ansible-test HttpClient error handling. (#30301) 2017-09-13 13:09:42 -07:00
sanity Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-19 13:00:56 -07:00
units Don't ask for password confirm on 'ansible-vault edit' (#30514) 2017-09-20 11:00:42 -04:00
utils Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07:00