Fix assertions

This commit is contained in:
Jorge-Rodriguez 2020-11-17 12:58:20 +02:00
commit 9ffdeb0be3
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90
5 changed files with 185 additions and 7 deletions

View file

@ -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}}