community.general/lib/ansible/plugins
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
..
action Remove auto-added invocation return value as it is not used by v2 and could leak sensitive data. 2015-10-19 09:08:25 -07:00
cache Fixing logic in json cache plugin get() 2015-10-17 11:50:14 -04:00
callback Adding a v2 callback for task includes 2015-10-19 13:42:17 -04:00
connection 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
filter Make hostvars json/yaml serializable in filters 2015-10-18 10:09:05 -04:00
inventory 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
lookup Merge pull request #12765 from bcoca/lookup_inventory_hostname 2015-10-16 15:05:23 -04:00
shell 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
strategy Move post_validate for tasks after checking for an include 2015-10-19 13:42:17 -04:00
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 2015-08-21 09:54:56 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Disable RuntimeWarnings during all() plugin loading 2015-10-16 15:34:49 -04:00