Merge pull request #5793 from garaden/skip_tags

Add skip_tags to ansible-playbook man page
This commit is contained in:
Michael DeHaan 2014-01-27 15:09:09 -08:00
commit 8065bdfb50

View file

@ -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*::