f0a808e02c
* Win lineinfile fix (#35100)
* win_lineinfile: fix #33858. Removed conversion from \r\n
* win_lineinfile: added test for #33858
* win_lineinfile: added documentation and more tests for change
* win_lineinfile: fixed wrong hash in testing
(cherry picked from commit e15a903bdf
)
* Added changelog for win_lineinfile fix
* fix typo in changelog
2 lines
142 B
YAML
2 lines
142 B
YAML
bugfixes:
|
|
- win_lineinfile - fixed issue where \r and \n as a string was converted to newline (https://github.com/ansible/ansible/pull/35100)
|