Update galera to 10.6.4

Also delete vars/debian-11.yml so that debian bullseye installs from the official repo
rather than using the distro packages.

Change-Id: I0e293583a8b4952740398177f5fb1ee5bb5197b4
This commit is contained in:
Jonathan Rosser 2021-08-11 18:41:01 +01:00 committed by Dmitriy Rabotyagov
parent f240cc916f
commit 88b6fd10f5
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ galera_mariadb_service_name: mariadb
galera_mariadb_server_package: "{{ _galera_mariadb_server_package }}"
# The major version used to select the repo URL path
galera_major_version: 10.5
galera_minor_version: 12
galera_major_version: 10.6
galera_minor_version: 4
# Set the URL for the MariaDB repository
galera_repo_host: "downloads.mariadb.com"