mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
* Replaced ".changed ==" with "is [not] changed". Same for failed
* Mr Quote refused to go
(cherry picked from commit d7e55db99b)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- beers.changed == false
|
||||
- beers is not changed
|
||||
- beers.count == 2
|
||||
|
||||
Reference in New Issue
Block a user