Skip to content

Commit

Permalink
Fixing sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wfelipew committed Jan 16, 2024
1 parent 4a2a638 commit d61bb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/module_utils/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def is_mariadb(implementation):
else:
return False


def is_mysql(implementation):
if implementation == "mysql":
return True
Expand Down

0 comments on commit d61bb70

Please sign in to comment.