Hi,
Am 16.03.16 schrieb Vikram Kone:
> I tried this, but doesnt seem to work
>
> - name: Fix line endings from CRLF to LF
> local_action: replace dest={{my_dir}}/conf/{{item}} regexp='\r\n' replace='\n'
>
On a unix machine (Linux, BSD, ...) I would use dos2unix or similar...
Johannes