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!