mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 18:41:43 -07:00
Fix xml reports changed when node is not deleted (#1007)
* Fix xml reports changed when node is not deleted * Added changelog fragment * Added tests for xml no change remove * Added PR to changeling fragment Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
75d1894866
commit
0243eabd30
8 changed files with 131 additions and 2 deletions
|
@ -43,7 +43,9 @@
|
|||
- include_tasks: test-count.yml
|
||||
- include_tasks: test-mutually-exclusive-attributes.yml
|
||||
- include_tasks: test-remove-attribute.yml
|
||||
- include_tasks: test-remove-attribute-nochange.yml
|
||||
- include_tasks: test-remove-element.yml
|
||||
- include_tasks: test-remove-element-nochange.yml
|
||||
- include_tasks: test-set-attribute-value.yml
|
||||
- include_tasks: test-set-children-elements.yml
|
||||
- include_tasks: test-set-children-elements-level.yml
|
||||
|
@ -53,6 +55,7 @@
|
|||
- include_tasks: test-pretty-print-only.yml
|
||||
- include_tasks: test-add-namespaced-children-elements.yml
|
||||
- include_tasks: test-remove-namespaced-attribute.yml
|
||||
- include_tasks: test-remove-namespaced-attribute-nochange.yml
|
||||
- include_tasks: test-set-namespaced-attribute-value.yml
|
||||
- include_tasks: test-set-namespaced-element-value.yml
|
||||
- include_tasks: test-set-namespaced-children-elements.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue