Files
ed981ce09ad7ea5dd82c7b620abe9ecce2c1d797
Dmitriy Rabotyagov
b6e04fea1f
Do not use notify inside handlers
Since latest ansible handlers are not triggered inside the same handlers flush, which means that triggering mysql restart the way we did does not work anymore. So instead of notifying inside handlers, we add listen key to tasks that are triggered by these newly produced notifications. This could be due to the bug [1], but ansible-core version that has backport included still shows inconsistent behaviour [1] https://github.com/ansible/ansible/issues/80880 Change-Id: I0d97e0b90a8d18a7b69e880e4effa851238d51d1