ansible/changelogs/fragments/blockinfile-line-ending-fix.yaml
Sam Doran d7618712fd
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.
2020-05-27 16:54:38 -04:00

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)