diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 3b3c324f12..9818959757 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -88,6 +88,10 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins # set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1 #nocows = 1 +# don't like colors either? +# set to 1 if you don't want colors, or export ANSIBLE_NOCOLOR=1 +#nocolor = 1 + [paramiko_connection] # uncomment this line to cause the paramiko connection plugin to not record new host |