mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make sure all files have trailing newline (#5076)
* Make sure all files have trailing newline. * Adjust tests.
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
value: ''
|
||||
register: set_element_value_empty
|
||||
|
||||
- name: Add trailing newline
|
||||
shell: echo "" >> /tmp/ansible-xml-beers.xml
|
||||
|
||||
- name: Compare to expected result
|
||||
copy:
|
||||
src: results/test-set-element-value-empty.xml
|
||||
|
||||
Reference in New Issue
Block a user