mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
Fix documentation syntax problems
This commit is contained in:
parent
735c8d3c4b
commit
b74a02301b
5 changed files with 7 additions and 9 deletions
|
@ -4,7 +4,7 @@ Start and Step
|
|||
This shows a few alternative ways to run playbooks. These modes are very useful for testing new plays or debugging.
|
||||
|
||||
|
||||
.. _start_at_task
|
||||
.. _start_at_task:
|
||||
|
||||
Start-at-task
|
||||
`````````````
|
||||
|
@ -15,7 +15,7 @@ If you want to start executing your playbook at a particular task, you can do so
|
|||
The above will start executing your playbook at a task named "install packages".
|
||||
|
||||
|
||||
.. _step
|
||||
.. _step:
|
||||
|
||||
Step
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue