community.general/lib/ansible/module_utils
Sébastien Gross ef6b437d0d Fix TypeError when using old simplejson lib.
On some very old simplejson does not support the 'encoding' and give
following exception:

   TypeError: __init__() got an unexpected keyword argument 'encoding'

This fix runs json.dump with no encoding key (such as before #a023cb) on
TypeError exception only.
2014-03-25 14:50:29 +01:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
basic.py Fix TypeError when using old simplejson lib. 2014-03-25 14:50:29 +01:00
ec2.py Merge branch 'ec2_security_token' of https://github.com/willthames/ansible into willthames-ec2_security_token 2014-03-11 10:45:38 -05:00
facts.py Move facts to 'module_utils' so they can be referenced by other modules. Note unlike other module_utils/ dirs this keeps the original 2014-03-16 16:12:02 -04:00
gce.py Add BSD license to module_utils/gce.py 2014-03-10 12:02:45 -07:00
known_hosts.py Catch permissions errors related to opening a known_hosts file in modules 2014-03-24 16:32:31 -05:00
rax.py Validate SSL certs accessed through urllib* 2014-03-10 16:06:52 -05:00
redhat.py Force command action to not be executed by the shell unless specifically enabled 2014-03-10 16:13:30 -05:00
urls.py Only write the DUMMY_CA_CERT on OS X 2014-03-19 09:01:13 -05:00