Hello I'm trying to use winrm module but even if I installed it : [centos@ip-172-17-0-84 site-packages]$ pip list Package Version ------------- --------- ansible 3.1.0 ansible-base 2.10.7 certifi 2020.12.5 cffi 1.14.5 chardet 4.0.0 cryptography 3.4.6 idna 2.10 Jinja2 2.11.3 MarkupSafe 1.1.1 ntlm-auth 1.5.0 packaging 20.9 pip 21.0.1 pycparser 2.20 pyparsing 2.4.7 pywinrm 0.4.1 PyYAML 5.4.1 requests 2.25.1 requests-ntlm 1.1.0 setuptools 39.2.0 six 1.15.0 urllib3 1.26.4 wheel 0.36.2 winrm 0.4.1 xmltodict 0.12.0 ------------------------------------------------------------------------------------------------- when i try to check : ansible-doc -t module winrm [WARNING]: module winrm not found in: /home/centos/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:/home/centos/.local/lib/python3.6/site-packages/ansible/modules
Please be aware that i copied the the winrm directory to /home/centos/.local/lib/python3.6/site-packages/ansible/modules but still ANSIBLE doesn't sees the winrm ... What am i doing wrong ? How can i make ansible to recognise the winrm modules installed via pip? Thank you! Oli -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/34def2c9-34d5-4ed9-a272-64a83277f0a6n%40googlegroups.com.
