ansible/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 limit extensions for files in group/host_vars dir 2015-05-23 20:34:08 +02:00
cmd_functions.py Fix ansible-pull on python3 2016-10-17 16:31:08 -07:00
color.py Handle color on multiple line in a cleaner way 2016-12-22 16:01:29 -08:00
display.py display fixes 2016-11-01 09:51:20 -04:00
encrypt.py Now that we convert salt inside of do_encryptas needed, keep salt as text type until then. 2016-10-20 22:49:30 -07:00
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
helpers.py Change <support@ansible.com> - it's being retired. 2016-10-15 16:42:13 -07:00
listify.py remove bare vars and undefined from lookup lists (#17647) 2016-09-27 12:32:04 -04:00
module_docs.py Add --all option to ansible-doc. 2016-12-12 12:16:29 -08:00
path.py added docs for new arg 2016-11-04 17:11:21 -04:00
shlex.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
ssh_functions.py Check controlpersist (#17443) 2016-09-12 08:27:39 -07:00
unicode.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
vars.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00