Greetings, I am on the linux side of my company, but have been working with the windows team to increase their level of automation. I have been having our windows devs script out anything the native ansible windows modules cannot do, and have had a 99% success rate with all our tasks. The *one* script that doesn't work is a script that creates virtual directories. Now I normally would think it was a scripting bug (which it may still be), however this is my curious observation:
*When run locally on a windows 2012 box, the script creates the virtual directories, with no errors. When run remotely via Ansible over winrm, the script returns errors.* This makes me think that there is something going on behind the scenes. I wanted to look into the issue, but from my understanding the script module really just pushes the script to the remote host and executes it, correct? I'm trying to research what other variables may be playing into the equation and wanted to see if anyone had any suggestions? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/63811603-65b5-42ed-a7a8-81d233d459c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
