ansible/lib/ansible
James Cammarata 892d9b8dfb Move post_validate for tasks after checking for an include
Simplifies logic and prevents us from accidentally post_validating
an include that would otherwise be skipped due to tags causing a
problem because of potentially missing variables.

Fixes #12793
2015-10-19 13:42:17 -04:00
..
cli 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
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 Move to_str alias into ansible.utils.unicode 2015-10-15 10:27:38 +03:00
executor Move post_validate for tasks after checking for an include 2015-10-19 13:42:17 -04:00
galaxy 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
inventory Merge pull request #12765 from bcoca/lookup_inventory_hostname 2015-10-16 15:05:23 -04:00
module_utils properly fail_json when we don't have ssl on a non-redhat distro 2015-10-16 08:06:32 -07:00
modules Update submodule refs 2015-10-19 10:25:36 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Make hostvars json/yaml serializable in filters 2015-10-18 10:09:05 -04:00
playbook changed warning to debug and expanded info on what is really happening, it was a bit misleading 2015-10-18 11:00:50 -04:00
plugins Move post_validate for tasks after checking for an include 2015-10-19 13:42:17 -04:00
template 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
utils Information on when to use to_str() and what a native string is 2015-10-19 09:28:43 -07:00
vars Make hostvars json/yaml serializable in filters 2015-10-18 10:09:05 -04:00
__init__.py
constants.py 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
test-requirements.txt