mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 21:54:24 -07:00
Fix assertions
This commit is contained in:
parent
be0244e5bc
commit
9ffdeb0be3
5 changed files with 185 additions and 7 deletions
|
@ -80,7 +80,7 @@
|
|||
- name: assert output message mysql user was removed
|
||||
assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- result is changed
|
||||
|
||||
- include: assert_no_user.yml user_name={{user_name_1}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue