mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 00:41:46 -07:00
Fix CI
This commit is contained in:
parent
5858155699
commit
c3c9470b32
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
- name: Grant role
|
- name: Grant role
|
||||||
mysql_query:
|
mysql_query:
|
||||||
<<: *mysql_params
|
<<: *mysql_params
|
||||||
query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost'
|
query: 'GRANT test231 TO {{ user_name_3 }}@localhost'
|
||||||
|
|
||||||
- name: Try to change privs
|
- name: Try to change privs
|
||||||
mysql_user:
|
mysql_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue