ansible-examples
ansible-examples copied to clipboard
Modified line break character from MS-DOS type into Linux type
The line break character in "tomcat-initscript.sh" are MS DOS type. Somehow it will cause "TASK [tomcat : Start Tomcat]" failed.
Thus, I modified line break character in Linux type.
Fixes #182 (right?)