Ansible run only on linux ensure files are encoded with utf8 and a new line format with "LF"
What is your file encoding of the ansible playbook/varr.. files.
Ansible run only on linux ensure files are encoded with utf8 and a new line format with "LF"
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/cAGs7Blwadg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ef50407f-3bc5-40e6-b306-115ff57fb7c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- win_copy:
src: /tmp/file.txt
dest: C:\temp\file.txt--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/cAGs7Blwadg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/de983be4-72f8-499e-b231-9b882dcec8c4%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/cAGs7Blwadg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/de983be4-72f8-499e-b231-9b882dcec8c4%40googlegroups.com.
I would doubt that it is .NET but I have been wrong before :) It is saying the exception is coming from a .NET function, in this case [System.IO.File]::Create() https://msdn.microsoft.com/en-us/library/d62kzs03(v=vs.110).aspx and it is saying the given path's format is not supported. I would look at the encoding of your local playbook file and also check to see if there are any hidden whitespace or control characters in an around your path as that could be causing an issue. As for .NET, we support .NET 4.0 and newer which I believe is standard from Server 2012 and onwards. Older hosts need to be upgraded.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/cAGs7Blwadg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/17b93bfe-15f8-4a2e-ba99-5e899d501679%40googlegroups.com.