mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 23:41:44 -07:00
Is changed (#427)
* Refactor tests to use "is" and "is not" changed
* Refactor tests to use is succeeded or is failed
* Reformat indentation
* Add filter "bool" to prevent issues
(cherry picked from commit 0a68bb270f
)
This commit is contained in:
parent
8968f51533
commit
2272343f11
20 changed files with 763 additions and 175 deletions
|
@ -37,4 +37,4 @@
|
|||
- name: assert output message mysql user was created
|
||||
assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- result is changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue