community.general/lib/ansible/plugins
Adrian Likins 8bbbe16d31 try/except xmltodict import, misc cleanups (#16287)
The 'import xmltodict' was causing import
errors when generating documentation. Since
xmltodict is a required but not stdlib module,
throw AnsibleError if unable to import.

Remove unused combine_vars.

Replace a use of 'stdin_iterator == None' with
idiomatic 'stdin_iterat is None'

Misc pep8 cleanups.
2016-08-23 13:07:25 -04:00
..
action Move a path being passed around as a byte string to being passed around as a text string. (#17190) 2016-08-22 21:55:30 -07:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Show where plugins were loaded in vvv/vvvv (#15757) 2016-08-23 11:54:14 -04:00
connection try/except xmltodict import, misc cleanups (#16287) 2016-08-23 13:07:25 -04:00
filter Add generic data structures querying (#13684) 2016-08-08 11:55:59 -04:00
lookup Add some missing imports from last night's py3 fixes (#17196) 2016-08-23 08:06:20 -07: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 Show where plugins were loaded in vvv/vvvv (#15757) 2016-08-23 11:54:14 -04:00