Comment 6 for bug 1864810

Revision history for this message
Radosław Piliszek (yoctozepto) wrote :

amendment: https://review.opendev.org/723245

There is no need to duplicate handler name in listen.
The issue was because we had two handlers with the same
name in the same environment.
This causes Ansible not to mark handler as already run.

We should probably lint this situation, and also report to upstream about issue.