diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index d0674f976c2..9a0aa5ecfe9 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*::