Ansible Retry Color

It looks like when you use retry it uses a black font. On a black terminal you can barely see it. Anyway to change the color?

A quick fix might just be to turn off colours, which you can do in your ansible.cfg by setting

nocolor = 1


Yeah, I’m aware, was hoping to still keep color.

ansible.cfg has a colors section that controls output colors.

https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg#L333

Thanks! Just found it also. It’s not in the docs yet. >= v.2.0.2.0 looks like.

Here are the available colors:

https://github.com/ansible/ansible/blob/devel/lib/ansible/utils/color.py#L56