Bump minor version of mariadb

This bumps the mariadb version, by adding a new repo.
As the package state is by default to "latest", the
addition of the new repo will trigger an upgrade
of the mariadb version.

Change-Id: I43e6cde7e83f62ec8fe0bb7d487c911382f6033b
This commit is contained in:
Jean-Philippe Evrard 2018-06-05 14:13:49 +02:00
parent 7010fe4856
commit 0eef2290c6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ galera_client_repo_url: "{{ galera_repo_url | default(_galera_client_repo_url) }
# Set the major version to use for the galera repo
galera_client_major_version: 10.1
galera_client_minor_version: 30
galera_client_minor_version: 33
# Set the repo information for the MariaDB repository
galera_client_repo: "{{ _galera_client_repo }}"