mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
@@ -23,6 +23,6 @@
|
||||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- set_element_value_empty.changed == true
|
||||
- comparison.changed == false # identical
|
||||
- set_element_value_empty is changed
|
||||
- comparison is not changed # identical
|
||||
#command: diff -u {{ role_path }}/results/test-set-element-value-empty.xml /tmp/ansible-xml-beers.xml
|
||||
|
||||
Reference in New Issue
Block a user