Hi,
We are using ansible 1.5.3, and trying to replace/add a line to a xml file. But after lineinfile task is executed, the file format got changed from the Linux to windows, we observed that the end of line for all the line (except the line added or replaced) has been changed (end of line with ^M). We double checked the xml file format before the liniinfile task executed was correct linux format. Any idea about this?
Thanks
Jack