That was it.
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:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/winrm/__init__.py", line 6, in
<module>
from winrm.protocol import Protocol
File "/usr/lib/python2.7/site-packages/winrm/protocol.py", line 11, in
<module>
from winrm.transport import Transport
File "/usr/lib/python2.7/site-packages/winrm/transport.py", line 19, in
<module>
import requests
ImportError: No module named requests
Once I added the "python-requests" package, the import worked fine, and
ansible was happy.
Thanks for the support!
Tom A.
--
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/db71285c-9a9b-4526-95e3-456001078494%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.