Add skip_tags to ansible-playbook man page
This commit is contained in:
parent
88e2595a90
commit
d78951e767
1 changed files with 6 additions and 2 deletions
|
@ -76,9 +76,13 @@ access, if any.
|
||||||
|
|
||||||
Desired sudo user (default=root).
|
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*::
|
*--syntax-check*::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue