Question about using tags

When running a playbook that has multiple tags, can I use “–tags” which will call in a role, but also specify “–skip-tags” which will then skip certain tasks in that role? I’ve alwasy been under the impression you cannot use “tags” and “skip-tags” together in the same playbook run.

Thanks!

You can use both, just be aware that when in conflict skip-tags has
precedence over tags.

but looking at docs, we don't seem to have specified that nor have any
examples, .... someone should fix that.

Thanks for confirming!