mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
basic.py | ||
ec2.py | ||
facts.py | ||
gce.py | ||
known_hosts.py | ||
rax.py | ||
redhat.py | ||
urls.py |