From 64f445f3a16905a0b3879c9a8080a4c585c46334 Mon Sep 17 00:00:00 2001 From: yyoshiki41 Date: Thu, 3 Mar 2016 03:19:46 +0900 Subject: [PATCH] Fixed docs typo --- docs/man/man1/ansible-playbook.1.asciidoc.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index 289e7917ddd..5a6ec659ff6 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -125,10 +125,6 @@ environment variable. Use this file to authenticate the connection -*--skip-tages=*'SKIP_TAGS':: - -Only run plays and tasks whose tags do not match these values. - *--start-at-task=*'START_AT':: Start the playbook at the task matching this name.