removed version added info, too old to matter
small rephrasing for clarification
This commit is contained in:
parent
897965ce4d
commit
d1e80ea1e6
1 changed files with 2 additions and 9 deletions
|
@ -1,19 +1,14 @@
|
|||
Start and Step
|
||||
======================
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
This shows a few special ways to run playbooks, very useful for testing and debugging.
|
||||
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
|
||||
`````````````
|
||||
.. versionadded:: 1.2
|
||||
|
||||
If you want to start executing your playbook at a particular task, you can do so
|
||||
with the ``--start-at`` option::
|
||||
If you want to start executing your playbook at a particular task, you can do so with the ``--start-at`` option::
|
||||
|
||||
ansible-playbook playbook.yml --start-at="install packages"
|
||||
|
||||
|
@ -24,8 +19,6 @@ The above will start executing your playbook at a task named "install packages".
|
|||
|
||||
Step
|
||||
````
|
||||
.. versionadded:: 1.1
|
||||
|
||||
|
||||
Playbooks can also be executed interactively with ``--step``::
|
||||
|
||||
|
|
Loading…
Reference in a new issue