1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
This commit is contained in:
Ted Timmons 2018-06-25 13:53:19 -07:00 committed by Brian Coca
parent eaae1318f8
commit 3d78dd6677

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 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 .. code-block:: shell-session