community.general/lib/ansible/plugins
Brian Coca c09c01a1f5 go back to defaulting wrapping commands in shell
this was taken out in an effort to default to the user's shell but creates issues as this is not known ahead of time
and its painful to set executable and shell_type for all servers, it should only be needed for those that restrict the user
to specific shells and when /bin/sh is not available. raw and command may still bypass this by explicitly passing None.
fixes #13882

still conditional
2016-01-19 22:09:17 -05:00
..
action go back to defaulting wrapping commands in shell 2016-01-19 22:09:17 -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 Minor tweak to ensure diff is not empty in callback for file diffs 2016-01-05 22:01:01 -05:00
connection Fix proposed by @Yannig to fix become success detection when the output is multiline 2016-01-18 13:48:37 -08:00
filter md5 now uses smaller salt 2016-01-14 10:24:34 -05: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 no need to be executable 2015-11-16 14:40:35 -08:00
shell More fixes for unicode handling in the connection plugins. 2016-01-06 15:19:40 -08:00
strategy Turn results that come from traceback messages into unicode, not str. 2016-01-18 14:43:55 -08:00
test test aliases to enable gramatical consistancy 2016-01-14 12:29:02 -05:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00