-
Notifications
You must be signed in to change notification settings - Fork 2
Update documentation #68
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Ansible installation instructions to use ansible-core
and adds a step to install community collections via ansible-galaxy
, removing outdated pip-based install comments.
- Switch from
ansible
package toansible-core
- Remove pip installation alternatives
- Add
ansible-galaxy collection install community.general community.mysql
step
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
wsl/README.md | Updated Ansible install instructions and added Galaxy step |
docs/book/v2/setup/setup-packages.md | Mirrored changes: use ansible-core and Galaxy command |
Comments suppressed due to low confidence (2)
wsl/README.md:115
- These Ansible installation steps are duplicated in multiple documentation files—consider extracting to a shared include or snippet to reduce duplication and simplify future updates.
Now, install the latest version of **Ansible Core** and run **ansible-galaxy** in order to install collections:
docs/book/v2/setup/setup-packages.md:32
- These Ansible installation steps are duplicated in multiple documentation files—consider extracting to a shared include or snippet to reduce duplication and simplify future updates.
Now, install the latest version of **Ansible Core** and run **ansible-galaxy** in order to install collections:
No description provided.