mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix: assertion mysql_version in result.version.full
This commit is contained in:
parent
f22bc3fea4
commit
94f5aebc1d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- result.changed == false
|
- result.changed == false
|
||||||
- "mysql_version in result.version.full"
|
- "mysql_version in result.version.full or mariadb_version in result.version.full"
|
||||||
- result.settings != {}
|
- result.settings != {}
|
||||||
- result.global_status != {}
|
- result.global_status != {}
|
||||||
- result.databases != {}
|
- result.databases != {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue