mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07: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:
parent
4ef05a6483
commit
3a076fd585
69 changed files with 220 additions and 220 deletions
|
@ -28,6 +28,6 @@
|
|||
- name: Test expected result
|
||||
assert:
|
||||
that:
|
||||
- remove_namespaced_attribute.changed == false
|
||||
- comparison.changed == false # identical
|
||||
- remove_namespaced_attribute is not changed
|
||||
- comparison is not changed # identical
|
||||
#command: diff -u {{ role_path }}/results/test-remove-namespaced-attribute.xml /tmp/ansible-xml-namespaced-beers.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue