ansible/changelogs/fragments/66461-blockinfile_preserve_line_endings.yaml
Riyad Preukschas e5cc12a64f
blockinfile - Preserve line endings (#66461)
Fixes #64966
* Fix "TypeError: splitlines() takes no keyword arguments" on Python2.7
* Add changelog fragment
* Don't use `grep -P` for BSD/macOS compatibility
* Fix sanity checks complaining about test fixtures with mixed line endings
* Update changelogs/fragments/66461-blockinfile_preserve_line_endings.yaml
2020-05-27 11:05:07 -04:00

2 lines
110 B
YAML

bugfixes:
- blockinfile - preserve line endings on update (https://github.com/ansible/ansible/issues/64966)