Hello,
Just to clarify after the commit
https://github.com/ansible/ansible/commit/a5ee6ff1e56ff3abdcb42a9b2ac4518a0eeead13
Display parent role name of tasks in the name line
I have a “notify: restart nginx instances” that stopped working on the devel branch, my handler in the roles/nginx/handlers directory.
I got it to work with “notify: nginx|restart nginx instances”
This consequence of the patch seems ok to me, but is it really a consequence ?
Thanks for the confirmation that this is indeed the way to go