mirror of https://github.com/ansible/ansible.git
blockinfile - fix line end regression (#69734)
PR #66461 introduced a regression that resulted in an in correct block in the file if the block to be inserted did not end with a line separator. Fix this bug and add tests to cover this scenario.pull/39140/head
parent
65c57a7f5b
commit
d7618712fd
@ -0,0 +1,4 @@
|
|||||||
|
bugfixes:
|
||||||
|
- >
|
||||||
|
blockinfile - fix regression that results in incorrect block in file when the
|
||||||
|
block to be inserted does not end in a line separator (https://github.com/ansible/ansible/pull/69734)
|
Loading…
Reference in New Issue