d7618712fd
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.
4 lines
204 B
YAML
4 lines
204 B
YAML
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)
|