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

Do not run Python bootstrap prepare tasks in vagrant plugin for WinRM connections #109

Closed
stefan-sesser opened this issue Mar 13, 2023 · 0 comments · Fixed by #110
Closed

Comments

@stefan-sesser
Copy link

Can you please add the following when condition at the end of the vagrant prepare.yml file:
when: ansible_connection != 'winrm'

Background: I am using Linux and Windows hosts for my molecule test. Unfortunately the Windows hosts always fail because of this command.

Or are there any better ideas.

Thank you

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 a pull request may close this issue.

1 participant