summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/json.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove direct calls to print and cleanup importsToshio Kuratomi2016-11-071-1/+1
| | | | All display of information should go through display instead of through print.
* Add json callback to be used in replace of the default stdout to print a ↵Matt Martz2016-02-181-0/+83
JSON structure to stdout