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:
parent
f96529d20e
commit
db6407d6bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue