add a third way to disable cows (#41866)

* add a third way to disable cows

Cows are great, but there's a third way to disable. I'm sure my RST markup can be improved.

* oops, actually in ansible.cfg
pull/4420/head
Ted Timmons 2018-06-25 13:53:19 -07:00 committed by Brian Coca
parent eaae1318f8
commit 3d78dd6677
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ How do I disable cowsay?
++++++++++++++++++++++++
If cowsay is installed, Ansible takes it upon itself to make your day happier when running playbooks. If you decide
that you would like to work in a professional cow-free environment, you can either uninstall cowsay, or set the :envvar:`ANSIBLE_NOCOWS` environment variable:
that you would like to work in a professional cow-free environment, you can either uninstall cowsay, set ``nocows=1`` in ansible.cfg, or set the :envvar:`ANSIBLE_NOCOWS` environment variable:
.. code-block:: shell-session