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

Molecule CI installation requires molecule-plugins[docker] install #545

Closed
geerlingguy opened this issue Jun 18, 2023 · 1 comment
Closed
Labels

Comments

@geerlingguy
Copy link
Owner

In GitHub CI tasks, the way to make sure Molecule and the Docker plugin are installed is changed:

-        run: pip3 install ansible molecule[docker] yamllint ansible-lint
+        run: pip3 install ansible molecule molecule-plugins[docker] yamllint ansible-lint

Need to update this in the repo, and also in Chapter 13.

@geerlingguy
Copy link
Owner Author

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

No branches or pull requests

1 participant