Switch to LiteralPath instead of Path. Closes #44508 (#44509)

* Switch to LiteralPath instead of Path. Closes #44508

* add changelog fragment

* fix line endings and remove final empty line

* Minor text changes in changelog
This commit is contained in:
Charles
2018-08-27 02:18:45 -04:00
committed by Jordan Borean
parent af49627a08
commit a7f35e232e
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_lineinfile - changed `-Path` to `-LiteralPath` so that square brackes in the path are interpreted literally - https://github.com/ansible/ansible/issues/44508