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

Fix double colon which fixes block rendering

the 'EXPORT ANSIBLE_NOCOWS=1' rendering is broken due to a double colon in the paragraph above
This commit is contained in:
Sascha Vogt 2017-01-17 14:26:34 +01:00 committed by Brian Coca
parent ba97a34bb3
commit abe46dd75f

View file

@ -150,7 +150,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 an environment variable::
that you would like to work in a professional cow-free environment, you can either uninstall cowsay, or set an environment variable:
.. code-block:: shell-session