Merge pull request #1248 from mmikulicic/force-color

Added a ANSIBLE_FORCE_COLOR env var, which forces the color output
This commit is contained in:
Michael DeHaan 2012-10-06 13:37:44 -07:00
commit d74a61d362

View file

@ -36,6 +36,9 @@ else:
# curses returns an error (e.g. could not find terminal)
ANSIBLE_COLOR=False
if os.getenv("ANSIBLE_FORCE_COLOR") is not None:
ANSIBLE_COLOR=True
# --- begin "pretty"
#
# pretty - A miniature library that provides a Python print and stdout