So, it is indeed not possible to make Ansible echo/display the execution of each task that’s inside a file referenced by “include_tasks”.
We will only see the echo related to the actual “include_tasks” call.
Yes… Assuming that others can see what only you can see is indeed not a good way of asking for help. Sorry about that, Brian.
(I usually pay attention to that, but missed it this time…)
And Matt, your guessing was right: I failed to propagate the tags I’m using on the playbook to the tasks listed in the tasks file referenced by “include_tasks”.