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 try to install providers for old clients #52

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

imilchev
Copy link
Member

@imilchev imilchev commented Nov 7, 2023

Fixes #51

@@ -169,7 +169,7 @@ For testing, this role uses molecule. You can install the dependencies via:
```bash
pip install molecule
pip install docker
pip install 'molecule[docker]'
pip install 'molecule-plugins[docker]'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the original command didn't work for me and i had to use pip install 'molecule-plugins[docker]' instead

@imilchev imilchev force-pushed the ivan/v8-provider-install branch from 7c3fce6 to 636ad1a Compare November 7, 2023 11:01
Signed-off-by: Ivan Milchev <[email protected]>
@imilchev imilchev merged commit dfa51a1 into main Nov 7, 2023
@imilchev imilchev deleted the ivan/v8-provider-install branch November 7, 2023 15:24
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not run os provider update for v8 clients
2 participants