Correct typo in playbooks_intro.rst (#56919)

Typo in code block line: ansible-lint veryify-apache.yml should be
ansible-lint verify-apache.yml
pull/56922/head
Jonathan Bride 7 years ago committed by Alicia Cozine
parent f96529d20e
commit db6407d6bf

@ -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

Loading…
Cancel
Save