From d1e80ea1e60a908550474520c2de56954bb7c313 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 17 Nov 2014 11:17:47 -0500 Subject: [PATCH] removed version added info, too old to matter small rephrasing for clarification --- docsite/rst/playbooks_startnstep.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docsite/rst/playbooks_startnstep.rst b/docsite/rst/playbooks_startnstep.rst index c2f0d7514ca..ac06962cf22 100644 --- a/docsite/rst/playbooks_startnstep.rst +++ b/docsite/rst/playbooks_startnstep.rst @@ -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``::