Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 4 commits into from

Conversation

Evit15
Copy link

@Evit15 Evit15 commented Apr 14, 2021

ISSUE TYPE
  • Bug Report
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
  • Devel
STEPS TO REPRODUCE

Use "win_ping" with Window Host

EXPECTED RESULTS

Run successful.

SOLUTION

Add winrm Python module to awx-ee container.

@Evit15 Evit15 changed the title "winrm or requests is not installed: No module named xmltodict" Error with Window host "winrm or requests is not installed: No module named winrm" Error with Window host Apr 28, 2021
@pabelanger
Copy link
Contributor

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

@Evit15
Copy link
Author

Evit15 commented May 5, 2021

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
Copy link
Author

Evit15 commented May 10, 2021

Hi @pabelanger

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants