Commit d78951e7 by Matthew Phipps

Add skip_tags to ansible-playbook man page

parent 88e2595a
......@@ -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*::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment