community.general/lib/ansible/plugins
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
..
action Re-allow SSH due to broken delegation (#40978) 2018-06-01 08:55:50 -07:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Add start and end timestamp to task and play result in json callback (#39277) 2018-05-25 11:19:14 -05:00
cliconf Lenovo typofix (#40865) 2018-05-30 15:23:26 +05:30
connection Don't try to reuse ansible_port, it doesn't work that way (yet?) (#41022) 2018-06-01 13:51:34 -04:00
filter Add cidr_merge filter (#36081) 2018-05-23 14:35:23 -05:00
httpapi Complain if API response is not JSON (#40966) 2018-05-31 13:20:17 -04:00
inventory K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
lookup terms 2018-05-31 16:30:47 -04:00
netconf Add NETCONF support for SROS devices (#40330) 2018-05-24 15:44:39 +05:30
shell powershell: Respect remote_tmp path set by the user (#40210) 2018-05-23 07:12:32 +10:00
strategy Add a helper to PlayIterator to recursively find the active state (#40847) 2018-05-29 15:48:32 -05:00
terminal revert 40940 and fix nxos output truncated issue (#40960) 2018-05-31 20:58:45 +05:30
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00