summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Phipps <matthew.g.phipps@ieee.org>2014-01-27 18:03:10 -0500
committerMatthew Phipps <matthew.g.phipps@ieee.org>2014-01-27 18:03:10 -0500
commitd78951e7672f5b1679627e8edd91eb509b4a03d6 (patch)
tree9713935f74e9fdd2378a253aaf6bed24bd1f96e5 /docs
parent88e2595a907093c7bd2f746cd373b5955728cf87 (diff)
downloadansible-d78951e7672f5b1679627e8edd91eb509b4a03d6.tar.gz
Add skip_tags to ansible-playbook man page
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in8
1 files changed, 6 insertions, 2 deletions
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*::