mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -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:
|
||||
that:
|
||||
- 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.global_status != {}
|
||||
- result.databases != {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue