This commit is contained in:
Andrew Klychkov 2022-05-12 14:43:54 +02:00
commit c3c9470b32

View file

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