28.08.2014 · 5. `find -name "winrm"` returns nothing And `ansible windows -m win_ping -vvvv` doesn't provide any additional errors or info. So that makes me think it's complaining about the Win clients, but, ... ImportError: No module named requests ...
... File "/usr/lib/python2.7/site-packages/winrm/transport.py", line 19, in <module> import requests ImportError: No module named requests Expected results: ...
01.01.2017 · So, to summarize, I removed all three packages, and running python interactively, I of course got the "No module named winrm". When I added just the "python2-winrm" package, it installed "python2-requests_ntlm" as a dependency, but not "python2-requests". I got the following:
I'm trying to rollout directories, users and standard software over ansible on windows systems. To do so I've created a role which will handle that for me. …