mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-07 19:18:54 +00:00
consolidate output code in callbacks.py, from utils, remove extra functions
This commit is contained in:
parent
bc71c6ddd7
commit
867b2437cc
5 changed files with 70 additions and 85 deletions
|
|
@ -83,7 +83,7 @@ except:
|
|||
print "***********************************"
|
||||
print "PARSED OUTPUT"
|
||||
|
||||
print utils.bigjson(results)
|
||||
print utils.jsonify(results,format=True)
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue