Files
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
..
2013-10-26 11:10:54 -04:00
2014-03-10 12:02:45 -07:00
2014-03-19 09:01:13 -05:00