fixed doc issues with win_lineinfile

This commit is contained in:
Brian Coca 2015-09-10 16:18:35 -04:00
parent 05c3b3ea15
commit 14ebc19897

View file

@ -94,7 +94,7 @@ options:
newline:
required: false
description:
- Specifies the line separator style to use for the modified file. This defaults to the windows line separator (\r\n). Note that the indicated line separator will be used for file output regardless of the original line seperator that appears in the input file.
- "Specifies the line separator style to use for the modified file. This defaults to the windows line separator (\r\n). Note that the indicated line separator will be used for file output regardless of the original line seperator that appears in the input file."
choices: [ "windows", "unix" ]
default: "windows"
"""