mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
removed start/step from intro, added markers to start n step
This commit is contained in:
parent
e0110903c7
commit
897965ce4d
2 changed files with 4 additions and 20 deletions
|
@ -1,12 +1,13 @@
|
|||
Start and Step
|
||||
======================
|
||||
.. versionadded:: 1.8
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
This shows a few special ways to run playbooks, very useful for testing and debugging.
|
||||
|
||||
|
||||
.. _start_at_task
|
||||
|
||||
Start-at-task
|
||||
`````````````
|
||||
.. versionadded:: 1.2
|
||||
|
@ -19,6 +20,8 @@ with the ``--start-at`` option::
|
|||
The above will start executing your playbook at a task named "install packages".
|
||||
|
||||
|
||||
.. _step
|
||||
|
||||
Step
|
||||
````
|
||||
.. versionadded:: 1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue