Fix: add fixme on test which create role 'again'

This commit is contained in:
R. Sicart 2021-12-03 18:49:19 +01:00
commit 3ca58db234

View file

@ -629,10 +629,15 @@
'*.*': 'SELECT,INSERT'
'mysql.*': 'UPDATE'
# FIXME:
# this test passes with mysql >= 8 and mariadb >= 10.3
# why does not pass with mariadb == 10.2?
- name: Check
assert:
that:
- result is not changed
when: install_type == 'mysql' or
(install_type == 'mariadb' and srv['version']['major'] == 10 and srv['version']['minor'] > 2)
# ##############################################
# Test rewriting / appending / detaching members