community.general/lib/ansible/plugins
Toshio Kuratomi 0e110d23f8 Misc cleanups and some fixes for docker connection plugin
* Remove extraneous imports
* Fix some error handling
* Enable pipelining
* Disable su since it doesn't work
* Add error message when installed docker is not recent enough to
  support this plugin
* Move nested functions to class level
* Make transport a class attribute
* Make exec_command, put_file and fetch_file more robust
2015-09-28 22:35:52 -07:00
..
action removed fixme as it is already implemented below. 2015-09-28 23:32:57 -04:00
cache Simplify FactCache.copy() 2015-09-03 09:44:44 +03:00
callback Make sure formatted strings don't bomb on tuples 2015-09-25 03:01:42 -04:00
connection Misc cleanups and some fixes for docker connection plugin 2015-09-28 22:35:52 -07:00
filter Resurrection of the comment filter 2015-09-10 14:37:42 +02:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Fix bug in nested lookup where pop is called indiscriminately 2015-09-25 17:16:56 -04:00
shell Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
strategy Don't wrap vars from include_vars with UnsafeProxy 2015-09-26 15:16:46 -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 Fix for user defined modules not overriding modules from core. 2015-09-22 09:07:37 -07:00