mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Test with check mode
This commit is contained in:
parent
2575eaebe2
commit
23861752c2
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@
|
||||||
plugin_auth_string: "{{ test_plugin_auth_string }}"
|
plugin_auth_string: "{{ test_plugin_auth_string }}"
|
||||||
salt: "{{ test_salt }}"
|
salt: "{{ test_salt }}"
|
||||||
priv: "{{ test_default_priv }}"
|
priv: "{{ test_default_priv }}"
|
||||||
# check_mode: true
|
check_mode: true
|
||||||
register: result
|
register: result
|
||||||
failed_when: result is not changed
|
failed_when: result is not changed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue