84180/msg-winrm-or-requests-is-not-installed-no-module-named-winrm
Hi Guys,
I am trying to connect Windows from my Ansible Playbook. But it is showing me the below error.
"msg": "winrm or requests is not installed: No module named winrm"
Hi@akhtar,
You need to install pywinrm module in your Ansible node. This module helps to connect the Windows system. You can use the below command to install this module.
$ pip3 install pywinrm
Hey @Hari, In addition to docker-py install the following ...READ MORE
Here is what you can try. If you ...READ MORE
Hey Loki, Looks like your python library ...READ MORE
actually this related python pckage in order ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, I think your file does not have ...READ MORE
Hi@akhtar, You are getting this error because when ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.