tags within included_tasks do not work?

In a playbook I have a file of tasks included, like so:

- include_tasks: uplinks.yml

And within that task file I have a task:


Figured this out, need to use import_tasks or tags don’t work under it. Reading this documentation https://docs.ansible.com/ansible/2.4/playbooks_reuse.html#differences-between-static-and-dynamic and not sure if its a bug or meant to be that way.