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/units
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)
7 years ago
..
cli Don't ask for password confirm on 'ansible-vault edit' (#30514) 7 years ago
contrib
errors
executor Ansible Config part2 (#27448) 7 years ago
inventory
inventory_test_data/group_vars
mock
module_utils Update aci tests for new messages from lxml-4.0+ 7 years ago
modules Fix jenkins_plugin test for no net situations (#30568) 7 years ago
parsing Fixes #23680 bug with py3.x due to binary string handling (#23688) 7 years ago
playbook less confusing 'args' message (#29053) 7 years ago
plugins Fix set theory filters for python3 7 years ago
template template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
utils
vars make groups magic var dependant on inventory (#28677) 7 years ago
__init__.py
conftest.py
test_constants.py