community.general/lib/ansible
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
..
cli slightly better presentation docs 2016-08-15 11:00:29 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Clean up PlaybookExecutor logic for batches and errors 2016-08-18 13:52:34 -05:00
galaxy Fixes #163 in galaxy-issues 2016-07-21 14:04:17 -04:00
inventory Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
module_utils Fix docstring for GenericBsdIfconfogNetwork. (#17008) 2016-08-23 11:05:09 -04:00
modules Update submodule refs 2016-08-23 06:39:30 -07:00
parsing Add some missing imports from last night's py3 fixes (#17196) 2016-08-23 08:06:20 -07:00
playbook Rework the way params are assigned to TaskIncludes when they're dynamic 2016-08-16 15:45:24 -05:00
plugins try/except xmltodict import, misc cleanups (#16287) 2016-08-23 13:07:25 -04:00
template Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304) 2016-08-12 09:29:54 -04:00
utils 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
vars Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py * Fix race in creating temp directories pre-fork (#16965) 2016-08-04 19:35:36 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00