ansible-examples
ansible-examples copied to clipboard
wrong end of lines in ansible-examples/tomcat-standalone/roles/tomcat/tasks/main.yml
maybe there is some safe way to remove "^M" from each line?
have you tried to use dos2unix command?
Example: dos2unix /patch/to/original/file /patch/to/new/file