I need to do some custom things, (e.g. git pull/pip install -r 
requirements) on windows. I was able to connect to the machine over 
kerberos. But those modules don't seem to work on Windows. It's weird b/c 
the scripts module does work and not listed under windows modules available 
to use. My question is, how can i achieve this goal and/or is there a 
"commands" equivalent for windows?

I thought it was a python path issue, so I added:

vars:

    ansible_python_interpreter: "C:\\Python34\\python.exe"



After adding that, I get the following:

An exception occurred during task execution. To see the full traceback, use 
-vvv. The error was: ImportError: No module named 'grp'

fatal: [qa-codegen01.theorchard.local]: FAILED! => {"changed": false, 
"failed": true, "parsed": false}



Are we limited to the amount of modules avail for windows?

-- 
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/7f748355-1109-40de-8bc9-305412931bd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to