Comment 0 for bug 1863510

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

I use cinder as an example case, other roles follow this pattern.

In check-containers.yml there is a task which checks container parameters. Supposedly it notifies only the restart handler for the service which has any changes. However, at least with Ansible 2.9.4 this is not the case - all services on such a host are restarted when one has a differing config. It seems loops with "notify" notify all the handlers when at least one item "changed".