mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 18:51:29 -07:00
Added info on --skip-tags to tags documentation.
This commit is contained in:
parent
3b8fd62ff9
commit
4cefd1b2db
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ Example::
|
|||
If you wanted to just run the "configuration" and "packages" part of a very long playbook, you could do this::
|
||||
|
||||
ansible-playbook example.yml --tags "configuration,packages"
|
||||
|
||||
On the other hand, if you want to run a playbook *without* certain tasks, you could do this::
|
||||
|
||||
ansible-playbook example.yml --skip-tags "notification"
|
||||
|
||||
You may also apply tags to roles::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue