mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 04:04:26 -07:00
Changes for ansible-lint complaints
This commit is contained in:
parent
f1155fa9ab
commit
02b0de8eb3
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
- name: Utils | Assert plugin | Query for user {{ user_name }}
|
||||
ansible.builtin.command: "{{ mysql_command }} -e \"SELECT plugin FROM mysql.user where user='{{ user_name }}'\""
|
||||
register: result
|
||||
changed_when: never
|
||||
|
||||
- name: Utils | Assert plugin | Assert plugin is correct
|
||||
ansible.builtin.assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue