mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Fix: test_mysql_role : Check that the user have no active roles assertion
This commit is contained in:
parent
c273ee36a7
commit
4a5333262e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue