Do not verify MariaDB version when installed from distro repos

MariaDB which is installed from native distro repositories will not
match our expected version. We also should not really verify it,
as it's not up to the role to manage the upgrade cycle for the
database in case of distro source.

Change-Id: I9c30c8c61bb4f1d015baf997955a66adc4df01c4
This commit is contained in:
Dmitriy Rabotyagov
2025-05-29 18:06:49 +02:00
parent 2e35a85ce6
commit ce844bc4da

View File

@@ -33,6 +33,7 @@
'-e galera_upgrade=true'.
when:
- mysqladmin_version.rc != 0
- galera_install_method != 'distro'
- not galera_upgrade | bool
tags:
- galera_server-upgrade