
The apt-key module is deprecated so the code is refactored to allow any of the deb822_repository features to used instead. Change-Id: I1363c6d46e5fc6aad3887b0d6c0c439034026ee2
15 lines
711 B
YAML
15 lines
711 B
YAML
---
|
|
features:
|
|
- |
|
|
The apt repository setup for the galera_server role is migrated to use
|
|
the deb822_repository ansible module rather than the legacy apt_key and
|
|
apt_repository modules. The format of the `galera_repo` role default
|
|
variable is changed to match the requirements of the new module, and
|
|
is now a list to allow multiple repositories to be configured if required.
|
|
upgrade:
|
|
- |
|
|
The configuration of apt repositories for the galera_server role through
|
|
the `galera_repo` variable is changed to match the deb822_repository
|
|
ansible module. Any deployments that customise the galera_server repository
|
|
configuration should adjust their `galera_repo` override to suit.
|