mirror of https://github.com/ansible/ansible.git
Win lineinfix fix (#36888)
* 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
pull/37093/head
parent
471e75a019
commit
f0a808e02c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_lineinfile - fixed issue where \r and \n as a string was converted to newline (https://github.com/ansible/ansible/pull/35100)
|
Loading…
Reference in New Issue