Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says.

This commit is contained in:
Marko Mikulicic 2012-10-06 20:36:07 +02:00
parent a1c23af6fc
commit cc82e7dd06

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