ansible-examples icon indicating copy to clipboard operation
ansible-examples copied to clipboard

wrong end of lines in ansible-examples/tomcat-standalone/roles/tomcat/tasks/main.yml

Open Niemi opened this issue 8 years ago • 1 comments

maybe there is some safe way to remove "^M" from each line?

Niemi avatar Feb 13 '17 06:02 Niemi

have you tried to use dos2unix command?

Example: dos2unix /patch/to/original/file /patch/to/new/file

amuntean-godaddy avatar Feb 19 '17 00:02 amuntean-godaddy