Move color coding bits to module, use over rest of playbook

This commit is contained in:
Michael DeHaan 2012-07-24 19:30:02 -04:00
parent f4a4649086
commit 12ff9b5b9a
4 changed files with 114 additions and 62 deletions

View file

@ -25,6 +25,7 @@ import yaml
import optparse
import operator
from ansible import errors
from ansible import color
import ansible.constants as C
try:
@ -329,3 +330,5 @@ def base_parser(constants=C, usage="", output_opts=False, runas_opts=False, asyn
return parser