Should --tags work for playbooks?

I have:

`

Very interesting. My tasks were wrong:

tasks:
set_fact:

vs

tasks:

  • set_fact:

No errors so it looked like the tags were being ignored. Correctly task syntax and tags are not ignored.

tags on plays should be applied to all tasks in the play, but the play
itself should not be skipped.