mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix: test_mysql_role : Check that the role is active assertion
This commit is contained in:
parent
e864d510a1
commit
f37c50c168
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
||||||
- name: Check
|
- name: Check
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- result.query_result.0.0["current_role()"] == "`{{ role0 }}`@`%`"
|
- "'{{ role0 }}' in result.query_result.0.0['current_role()']"
|
||||||
|
|
||||||
#========================
|
#========================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue