community.general/lib/ansible/plugins
Adrian Likins a4785c2691 Fix docker connection plugin version tests and py2.6 compat (#16841)
* Rm py2.7+ code in docker connection plugin

The docker connection plugin was using subprocess.check_output
which only exists in python 2.7 and later. Connection plugins
need to support python2.6 so this replaces it with Popen/communicate()

* Handle docker ver errors in docker connection

Add unit tests for DockerConnection

Fixes #16971
2016-08-22 10:39:38 -04:00
..
action updates nxos shared module refactor 2016-08-21 08:57:49 -04:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04:00
connection Fix docker connection plugin version tests and py2.6 compat (#16841) 2016-08-22 10:39:38 -04:00
filter Add generic data structures querying (#13684) 2016-08-08 11:55:59 -04:00
lookup Introduce new 'filetree' lookup plugin (#14332) 2016-08-11 23:33:54 -04:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy Rework the way params are assigned to TaskIncludes when they're dynamic 2016-08-16 15:45:24 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py actually skip bad/broken module files found 2016-08-04 11:32:08 -04:00