mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fixing sanity checks
This commit is contained in:
parent
4a2a6382ad
commit
d61bb70f6d
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ def is_mariadb(implementation):
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def is_mysql(implementation):
|
def is_mysql(implementation):
|
||||||
if implementation == "mysql":
|
if implementation == "mysql":
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue