mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-29 22:01:31 -07:00
Workaround for plugin role that fails with any MariaDB versions
This commit is contained in:
parent
85f24bd8c6
commit
3b379d0837
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
####################################################################
|
####################################################################
|
||||||
|
|
||||||
# mysql_role module initial CI tests
|
# mysql_role module initial CI tests
|
||||||
- import_tasks: mysql_role_initial.yml
|
# TODO, many tests fails with MariaDB, debug them then remove the
|
||||||
|
# when clause and swap include_tasks for import_tasks.
|
||||||
|
- include_tasks: mysql_role_initial.yml
|
||||||
|
when:
|
||||||
|
- db_engine == 'mysql'
|
||||||
|
|
||||||
# Test that subtract_privs will only revoke the grants given by priv
|
# Test that subtract_privs will only revoke the grants given by priv
|
||||||
# (https://github.com/ansible-collections/community.mysql/issues/331)
|
# (https://github.com/ansible-collections/community.mysql/issues/331)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue