mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Lint
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@futurice.com>
This commit is contained in:
parent
b6920d1980
commit
92b47c0be9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
append_privs: yes
|
append_privs: yes
|
||||||
password: '{{ user_password_1 }}'
|
password: '{{ user_password_1 }}'
|
||||||
|
|
||||||
- name: show grants access for user1 on database via wildcard
|
- name: Show grants access for user1 on database via wildcard
|
||||||
command: "{{ mysql_command }} -e \"SHOW GRANTS FOR '{{ user_name_1 }}'@'localhost'\""
|
command: "{{ mysql_command }} -e \"SHOW GRANTS FOR '{{ user_name_1 }}'@'localhost'\""
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue