Skip to content

Instantly share code, notes, and snippets.

@rbbratta
rbbratta / human_log.py
Last active September 21, 2015 21:34 — forked from steinim/human_log.py
# from https://gist.github.com/cliffano/9868180
# makes Ansible command output readable if added as a callback plugin
from __future__ import print_function
from __future__ import unicode_literals
import cgitb
cgitb.enable(format="text")