mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07: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
|
.. code-block:: bash
|
||||||
|
|
||||||
$ ansible-lint veryify-apache.yml
|
$ ansible-lint verify-apache.yml
|
||||||
[403] Package installs should not use latest
|
[403] Package installs should not use latest
|
||||||
verify-apache.yml:8
|
verify-apache.yml:8
|
||||||
Task/Handler: ensure apache is at the latest version
|
Task/Handler: ensure apache is at the latest version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue