You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: