You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I am using both the copy and the template modules to upload files to a target system. The source files use DOS new lines. The target is Linux. It template module seems to convert the end of line characters to UNIX end of lines. The copy doesn't support this. Can I suggest an option on both of these modules that allows the end of line characters to be converted correctly.
Brian Coca
unread,
Sep 10, 2015, 9:02:10 AM9/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
i would make this it's own utility (dos2unix) or use the replace
module to do this.