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
d6276fcfdc
commit
5858155699
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@
|
|||
- name: Create role
|
||||
mysql_query:
|
||||
<<: *mysql_params
|
||||
name: CREATE ROLE IF NOT EXISTS test231
|
||||
query: CREATE ROLE IF NOT EXISTS test231
|
||||
|
||||
|
||||
- name: Grant role
|
||||
mysql_query:
|
||||
<<: *mysql_params
|
||||
name: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost'
|
||||
query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost'
|
||||
|
||||
- name: Try to change privs
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue