I am running Ansible on multiple machines and redirecting the output
to a file, say log-$(date), which is mailed to me every day. The
output file has multiple text colors, how to turn them off? Sendmail
sends output which contains [0;32m, [0;33m, [0;36m, etc.
Is there an option in sendmail? Or in Ansible settings? (I don't want to turn it off in Ansible.)