[ansible-project] Re: Error: "ImportError: No module named grp" when running playbook against windows

2016-10-14 Thread Sam Brelsfoard
dows > transport and modules that actually get tested. > > On Friday, October 14, 2016 at 6:48:32 AM UTC-7, Sam Brelsfoard wrote: >> >> All I'm trying to do is run a shell command though. Am I approaching this >> wrong? >> Here's my playbook: &g

[ansible-project] Re: Error: "ImportError: No module named grp" when running playbook against windows

2016-10-14 Thread Sam Brelsfoard
2:24:33 PM UTC-4, Matt Davis wrote: > > Running python modules on Windows isn't supported or tested (and in most > cases just plain won't work)- would strongly suggest you find a win_ > equivalent to whatever you're trying to do... > > On Thursday, October 13, 2016

[ansible-project] Error: "ImportError: No module named grp" when running playbook against windows

2016-10-13 Thread Sam Brelsfoard
I've seen a couple of other folks have this issue, but I've not found any answers/solutions. I have a playbook that runs fine from an ansible server (CentOS) to a Mac OSX node, however, when I run the same playbook against a Windows node I get an ImportError. Any thoughts? example: ansible-pl