community.general/lib/ansible/plugins
James Cammarata 06b072c1f7 Fix bugs related to task_includes and dep chain inheritance
* Fix the way task_include fields were created and copied
* Have blocks get_dep_chain() look at task_include's blocks for proper
  dep chain inheritance
* Fix the way task_include fields are copied to prevent a recursive
  degradation

Fixes #14460
2016-02-13 01:02:47 -05:00
..
action adds new action plugin iosxr_template 2016-02-12 17:08:21 -05:00
cache switched from threading to multiprocessing 2016-02-11 22:25:17 -05:00
callback Merge pull request #13805 from aioue/patch-1 2016-02-12 12:23:45 -05:00
connection Need to apply to_str to each element of the list so that we don't mix types in the join() 2016-02-08 20:28:55 -08:00
filter Use isinstance type checks in bool filter so we can handle unsafe proxy objects. Fixes #14240 2016-02-01 12:32:59 -06: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 fix cartesian lookup 2016-02-11 10:35:37 -05:00
shell moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
strategy Fix bugs related to task_includes and dep chain inheritance 2016-02-13 01:02:47 -05:00
test test aliases to enable gramatical consistancy 2016-01-14 12:29:02 -05:00
vars
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00