Fix test of mysql/mariadb version in use

This commit is contained in:
Laurent Indermuehle 2023-01-20 16:07:39 +01:00
parent d574daf683
commit b2cbd3bc78
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -19,9 +19,8 @@
- name: Assert that test container runs the expected MySQL/MariaDB version
assert:
that:
- >
{{ primary_info.version.major }}.{{ primary_info.version.minor }}
== {{ db_version }}
- "'{{ primary_info.version.major }}.{{ primary_info.version.minor }}\
.{{ primary_info.version.release }}' == '{{ db_version }}'"
- name: Assert that mysql_info module used the expected version of pymysql
assert: