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

Correct typo in playbooks_intro.rst (#56919)

Typo in code block line: ansible-lint veryify-apache.yml should be
ansible-lint verify-apache.yml
This commit is contained in:
Jonathan Bride 2019-05-24 15:53:00 +01:00 committed by Alicia Cozine
parent f96529d20e
commit db6407d6bf

View file

@ -512,7 +512,7 @@ For example, if you run ``ansible-lint`` on the :ref:`verify-apache.yml playbook
.. code-block:: bash
$ ansible-lint veryify-apache.yml
$ ansible-lint verify-apache.yml
[403] Package installs should not use latest
verify-apache.yml:8
Task/Handler: ensure apache is at the latest version