mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 13:31:45 -07:00
fix test
This commit is contained in:
parent
ea8d348391
commit
a91a51c53a
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@
|
||||||
salt: '{{ test_salt }}'
|
salt: '{{ test_salt }}'
|
||||||
priv: '{{ test_default_priv }}'
|
priv: '{{ test_default_priv }}'
|
||||||
register: result
|
register: result
|
||||||
failed_when: result is not changed
|
failed_when: result is changed
|
||||||
|
|
||||||
- name: cleanup user
|
- name: cleanup user
|
||||||
ansible.builtin.include_tasks: utils/remove_user.yml
|
ansible.builtin.include_tasks: utils/remove_user.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue