Workaround for plugin role that fails with any MariaDB versions

This commit is contained in:
Laurent Indermuehle 2023-01-12 21:01:51 +01:00
parent 85f24bd8c6
commit 3b379d0837
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -4,7 +4,11 @@
####################################################################
# 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
# (https://github.com/ansible-collections/community.mysql/issues/331)