mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user