fc0e0fb821
Due to an Ansible quirk, when one container of a group changes, all containers in that group are restarted. This can cause problems with some services. The lower amount of containers restarted also speeds up deploy and reconfigure. Closes-bug: #1863510 Partially-implements: blueprint performance-improvements Signed-off-by: Roman Krček <roman.krcek@tietoevry.com> Change-Id: I699f9e7497bc1b384f383182d67233f3e0e165d1
9 lines
288 B
YAML
9 lines
288 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix unintentional trigger of ansible handlers.
|
|
Due to an Ansible quirk, when one container of a group
|
|
changes, all containers in that group are restarted.
|
|
This can cause problems with some services.
|
|
`LP#1863510 <https://launchpad.net/bugs/1863510>`__
|