ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
133 stars 156 forks source link

"winrm or requests is not installed: No module named winrm" Error with Window host #54

Closed Evit15 closed 3 years ago

Evit15 commented 3 years ago
ISSUE TYPE
SUMMARY

I am getting "winrm or requests is not installed: No module named winrm" error when I use win_ping with Window Host

x.x.x.x | FAILED! => {
    "msg": "winrm or requests is not installed: No module named winrm"
}
ENVIRONMENT
STEPS TO REPRODUCE

Use "win_ping" with Window Host

EXPECTED RESULTS

Run successful.

SOLUTION

Add winrm Python module to awx-ee container.

pabelanger commented 3 years ago

Can you pull down latest images from quay.io? This was fixed in ansible-runner image now, and we don't have to add these libs here:

https://github.com/ansible/ansible-runner/pull/677

Evit15 commented 3 years ago

Can you pull down latest images from quay.io? This was fixed in ansible-runner image now, and we don't have to add these libs here:

ansible/ansible-runner#677

Hi @pabelanger

Latest image happens the issue awx/issues/9917. I cannot test at now

Evit15 commented 3 years ago

Hi @pabelanger

This issue does not happen on latest image awx-ee from quay.io. Thanks for your information!