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

Don't install dependencies automatically #1

Closed
crichez opened this issue Jul 31, 2024 · 0 comments · Fixed by #6
Closed

Don't install dependencies automatically #1

crichez opened this issue Jul 31, 2024 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request

Comments

@crichez
Copy link
Owner

crichez commented Jul 31, 2024

Background

The role automatically installs required packages using ansible.builtin.dnf. Best practice is to have the administrator decide which packages to install to fulfill dependency requirements.

Solution

Remove the first step from roles/uki_config/tasks/main.yaml and replace it with dependency checks.

@crichez crichez added the enhancement New feature or request label Jul 31, 2024
@crichez crichez self-assigned this Jul 31, 2024
crichez pushed a commit that referenced this issue Aug 1, 2024
This commit closes issue #1, where installing dependencies was done in
the role itself using DNF. Callers must now install their own
dependencies however they see fit.
@crichez crichez linked a pull request Aug 1, 2024 that will close this issue
@crichez crichez closed this as completed in #6 Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant