Fix: test_mysql_role : Check that the user have no active roles assertion

This commit is contained in:
R. Sicart 2021-11-30 18:08:33 +01:00
commit 4a5333262e

View file

@ -121,7 +121,7 @@
login_password: '{{ mysql_password }}'
login_host: 127.0.0.1
login_port: '{{ mysql_primary_port }}'
query: 'SELECT current_role()'
query: 'SELECT COALESCE(current_role(), "NONE") as "current_role()"'
- name: Check
assert: