mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-01 19:54:26 -07:00
Fix condition
This commit is contained in:
parent
02b0de8eb3
commit
4526833a69
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +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
|
||||
changed_when: False
|
||||
|
||||
- name: Utils | Assert plugin | Assert plugin is correct
|
||||
ansible.builtin.assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue