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/lib/ansible
James Cammarata a3dcb910b8 Fixing bugs with {changed,failed}_when and until with registered vars
* Saving of the registered variable was occuring after the tests for
  changed/failed_when.
* Each of the above fields and until were being post_validated too early,
  so variables which were not defined at that time were causing task
  failures.

Fixes #13591
10 years ago
..
cli Fixing a mistake from tweaking list stuff too much 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Default msg param to AnsibleError to avoid serialization problems 10 years ago
executor Fixing bugs with {changed,failed}_when and until with registered vars 10 years ago
galaxy Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 10 years ago
inventory Revert "Enable host_key checking at the strategy level" 10 years ago
module_utils Merge pull request #13191 from Jmainguy/mysql 10 years ago
modules Update submodule ref for mysql_user fix 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing All variables in complex args again 10 years ago
playbook Fixing bugs with {changed,failed}_when and until with registered vars 10 years ago
plugins Revert "Enable host_key checking at the strategy level" 10 years ago
template keep string type filters as strings 10 years ago
utils Revert "Enable host_key checking at the strategy level" 10 years ago
vars fix sorting of groups for host vars 10 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 10 years ago
constants.py removed unused 'pattern' from ansible.cfg 10 years ago
test-requirements.txt Making the switch to v2 11 years ago