community.general/lib/ansible/utils
Michael Scherer dc71f28642 Handle color on multiple line in a cleaner way
When using ansible deployment on git push, git insert "remote:"
at the start of ansible output. If you force the color on ansible,
the "remote:" also get colored if the string to display is on
more than 1 line.

This change make sure that each end of line reset the color, instead
of reseting only at the end of the string.
2016-12-22 16:01:29 -08:00
..
module_docs_fragments Initial Commit for Infinidat Ansible Modules (#19429) 2016-12-22 13:18:19 +00:00
__init__.py
cmd_functions.py
color.py Handle color on multiple line in a cleaner way 2016-12-22 16:01:29 -08:00
display.py
encrypt.py
hashing.py
helpers.py
listify.py
module_docs.py Add --all option to ansible-doc. 2016-12-12 12:16:29 -08:00
path.py
shlex.py
ssh_functions.py
unicode.py
vars.py