mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-03 06:49:12 -07:00
Fix test of mysql/mariadb version in use
This commit is contained in:
parent
d574daf683
commit
b2cbd3bc78
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue