From d78951e7672f5b1679627e8edd91eb509b4a03d6 Mon Sep 17 00:00:00 2001 From: Matthew Phipps Date: Mon, 27 Jan 2014 18:03:10 -0500 Subject: Add skip_tags to ansible-playbook man page --- docs/man/man1/ansible-playbook.1.asciidoc.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index d0674f976c..9a0aa5ecfe 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -76,9 +76,13 @@ access, if any. Desired sudo user (default=root). -*--tags*:: +*-t*, 'TAGS', *'--tags=*'TAGS':: -Run only these tags from the playbook +Only run plays and tasks tagged with these values. + +*'--skip-tags=*'SKIP_TAGS':: + +Only run plays and tasks whose tags do not match these values. *--syntax-check*:: -- cgit v1.2.1