mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21: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
|
||||
mysql_query:
|
||||
<<: *mysql_params
|
||||
query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost'
|
||||
query: 'GRANT test231 TO {{ user_name_3 }}@localhost'
|
||||
|
||||
- name: Try to change privs
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue