Files
awx/awx
Chris Meyers 4e2cf62e89 fixes ansible callback import json warning
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin
(<awx_display_callback.module.AWXDefaultCallbackModule object at
0x47f6090>):
'module' object has no attribute 'dumps'

The above error is thrown by ansible if callback plugins don't respect
the same import precedence configuration as Ansible. ansible callback/*
dir includes a json.py file. This is imported by ansible
callback/__init__.py when a callback plugin implementation imports from
Ansible callback base without setting the correct import precedence.
2017-10-16 10:29:41 -04:00
..
2017-09-20 17:29:20 -04:00
2017-10-11 18:28:56 -04:00
2016-10-14 09:46:41 -04:00
2015-06-11 16:10:23 -04:00
2016-02-02 23:00:07 -05:00