This commit is contained in:
Andrew Klychkov 2022-05-12 14:16:20 +02:00
commit 5858155699

View file

@ -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: