mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 08:51: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
|
- name: Create role
|
||||||
mysql_query:
|
mysql_query:
|
||||||
<<: *mysql_params
|
<<: *mysql_params
|
||||||
name: CREATE ROLE IF NOT EXISTS test231
|
query: CREATE ROLE IF NOT EXISTS test231
|
||||||
|
|
||||||
|
|
||||||
- name: Grant role
|
- name: Grant role
|
||||||
mysql_query:
|
mysql_query:
|
||||||
<<: *mysql_params
|
<<: *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
|
- name: Try to change privs
|
||||||
mysql_user:
|
mysql_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue