Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4b79d3

Browse files
Changes for ansible-lint complaints
1 parent bb80414 commit b4b79d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/targets/test_mysql_user/tasks/utils/assert_plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- name: Utils | Assert plugin | Query for user {{ user_name }}
44
ansible.builtin.command: "{{ mysql_command }} -e \"SELECT plugin FROM mysql.user where user='{{ user_name }}'\""
55
register: result
6+
changed_when: never
67

78
- name: Utils | Assert plugin | Assert plugin is correct
89
ansible.builtin.assert:

0 commit comments

Comments
 (0)