Fix missing dashes in playbooks intro doc (#72746)
This commit is contained in:
parent
2eb9795543
commit
fa481e3316
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ There's also a `clever playbook <https://github.com/ansible/ansible-examples/blo
|
|||
Verifying playbooks
|
||||
===================
|
||||
|
||||
You may want to verify your playbooks to catch syntax errors and other problems before you run them. The :ref:`ansible-playbook` command offers several options for verification, including ``--check``, ``--diff``, ``--list-hosts``, ``list-tasks``, and ``--syntax-check``. The :ref:`validate-playbook-tools` describes other tools for validating and testing playbooks.
|
||||
You may want to verify your playbooks to catch syntax errors and other problems before you run them. The :ref:`ansible-playbook` command offers several options for verification, including ``--check``, ``--diff``, ``--list-hosts``, ``--list-tasks``, and ``--syntax-check``. The :ref:`validate-playbook-tools` describes other tools for validating and testing playbooks.
|
||||
|
||||
.. _linting_playbooks:
|
||||
|
||||
|
|
Loading…
Reference in a new issue