ansible/lib/ansible
Sam Doran 479b26fe31 Do not try to import simplejson in jsonfile.py (#40983)
With the addition on ajson.py in cbb6a7f4e8, two
new classes were created: AnsibleJSONDecoder and AnsibleJSONEncoder. These
classes are used when calling json.looads() and json.dumps().

This works fine with everything except the jsonfile.py cache plugin, which would
first try to import simplejson as json, then fall back to json. When simplejson
is installed, the load() or dump methods from simplejson are called, which then
try to use the AnsibleJSONEncoder/AnsibleJSONDecoder subclass from ajson.py.
But asjon.py imports json, not simplejson, and things blow up.
2018-06-01 11:24:57 -07:00
..
cli Fix error reporting on bad type for config setting 2018-06-01 12:28:30 -04:00
compat
config Fix error reporting on bad type for config setting 2018-06-01 12:28:30 -04:00
errors
executor Honor ignore_errors when invoking the debugger, add config to disable this behavior (#39868) 2018-05-31 11:14:26 -04:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 2018-05-09 14:13:48 -05:00
module_utils Add requests.Session like class (#37622) 2018-06-01 11:44:20 -05:00
modules homebrew_tap: fixes #40853 (#40863) 2018-06-01 11:43:04 -04:00
parsing Fix flag in debug message (#40753) 2018-06-01 13:48:22 -04:00
playbook Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
plugins Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
template Allow config to enable native jinja types (#32738) 2018-05-31 10:38:29 +02:00
utils Fix error reporting on bad type for config setting 2018-06-01 12:28:30 -04:00
vars
__init__.py
constants.py Fix error reporting on bad type for config setting 2018-06-01 12:28:30 -04:00
release.py update 2.7 codename 2018-05-31 15:46:07 -07:00