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