ansible/lib/ansible
James Cammarata c9cf07e3b5 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
2015-12-18 11:08:06 -05:00
..
cli Fixing a mistake from tweaking list stuff too much 2015-12-17 16:34:03 -05:00
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. 2015-10-16 08:21:28 -07:00
config
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:18:13 -05:00
executor Fixing bugs with {changed,failed}_when and until with registered vars 2015-12-18 11:08:06 -05:00
galaxy Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 2015-12-16 15:11:30 -05:00
inventory avoid set to unique hosts to preserver order 2015-12-11 15:40:48 -05:00
module_utils Add shared connection code for mysql modules 2015-12-16 11:06:21 -08:00
modules Update submodule for mysql_user fix 2015-12-17 13:47:07 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing All variables in complex args again 2015-12-16 16:37:55 -05:00
playbook Fixing bugs with {changed,failed}_when and until with registered vars 2015-12-18 11:08:06 -05:00
plugins Fix handling of environment inheritence, and template each inherited env 2015-12-17 09:46:41 -05:00
template keep string type filters as strings 2015-12-08 12:52:44 -08:00
utils Add shared connection code for mysql modules 2015-12-16 11:06:21 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:14 -05:00
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
constants.py removed unused 'pattern' from ansible.cfg 2015-12-09 08:42:14 -08:00
test-requirements.txt