ansible/lib/ansible/plugins
Brian Coca dc15eb806e deprecate all bare variable conversions (not debug)
now deprecation message appears with variable name in all spots where this occurs
debug's var= option is excluded as this is only place where bare variables shold actually
be accepted.
2016-02-01 18:59:14 -05:00
..
action deprecate all bare variable conversions (not debug) 2016-02-01 18:59:14 -05:00
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 2015-11-12 16:52:02 +01:00
callback Some attributes of callbacks aren't in v2. Port plugins to the v2 way to do that 2016-01-29 19:45:12 -08:00
connection python3 doesn't have raw explicit-unicode literals. Workaround it with a raw native string that we make unicode in py2. 2016-01-25 19:46:57 -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 unicode input for template lookup 2016-01-29 10:42:52 -05:00
shell More fixes for unicode handling in the connection plugins. 2016-01-06 15:19:40 -08:00
strategy Use templated handler name during callback 2016-01-23 09:25:50 -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