mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -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:
|
||||
return False
|
||||
|
||||
|
||||
def is_mysql(implementation):
|
||||
if implementation == "mysql":
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue