Files
community.general/lib/ansible/module_utils
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
..
2016-04-05 11:06:17 -07:00
2015-04-28 09:36:42 -04:00
2016-07-11 05:57:15 -07:00
2016-07-07 13:46:33 -04:00
2016-02-08 19:10:04 +01:00
2016-05-18 06:18:01 -07:00
2015-11-03 09:53:18 -08:00
2016-05-14 07:51:13 -07:00