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

Skip to content

Commit 6aefeba

Browse files
Fix condition
1 parent b4b79d3 commit 6aefeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
changed_when: False
77

88
- name: Utils | Assert plugin | Assert plugin is correct
99
ansible.builtin.assert:

0 commit comments

Comments
 (0)