community.general/lib/ansible
Adrian Likins fa1d55f683 Fix import of gce/gcdns without a libcloud module
The module level function defs for gcdns_connect() and
gce_connect() provide a default arg for 'provider' that
references into the libcloud module. If the libcloud
modules were not installed, the gce/gcdns python modules
would throw ImportError.

Let the provider arg default to None and if not provided,
set it to the default libcloud.compute.types.Provider.*
value if the modules are installed.
2016-07-29 13:34:09 -04:00
..
cli added check and diff mode control to console 2016-07-25 08:05:56 -04:00
compat 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
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 (re)allow ansible_python_interpreter to contain more than 1 arg (#16247) 2016-07-26 07:46:16 -07:00
galaxy Fixes #163 in galaxy-issues 2016-07-21 14:04:17 -04:00
inventory Make returning results after loading vars optional 2016-07-21 14:25:57 +01:00
module_utils Fix import of gce/gcdns without a libcloud module 2016-07-29 13:34:09 -04:00
modules Update submodule refs 2016-07-26 05:22:59 -07:00
parsing warn when searching for an empty string or null 2016-07-26 08:26:07 -04:00
playbook add check_mode option for tasks (#16056) 2016-07-22 20:40:14 -04:00
plugins set cwd to task's basedir (#16805) 2016-07-25 08:11:45 -04:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:17 -04:00
utils Colorize around text (#16415) 2016-07-23 18:09:20 -04:00
vars Fix bug where getting role vars does not follow the dep chain 2016-07-19 16:59:11 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py added check and diff mode control to console 2016-07-25 08:05:56 -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