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 second to last task in the initial setup ansible script from dumbo-m fails because "No package epel-release available" (see image for error)
This causes the end of the ansible script not to run, and thus it doesn't install the final few packages.
Solution
Epel-release needs to be looked into, we need to know if we need it and what it does. If we don't need it we can remove it from the ansible script, but otherwise we have to fix it in some way
The text was updated successfully, but these errors were encountered:
EPEL is needed for when we install on CentOS (or Alma Linux or RHEL) but breaks on Fedora. Since most of our new systems will be Fedora, but some might not be, I have commented it out.
Issue
The second to last task in the initial setup ansible script from dumbo-m fails because "No package epel-release available" (see image for error)
This causes the end of the ansible script not to run, and thus it doesn't install the final few packages.
Solution
Epel-release needs to be looked into, we need to know if we need it and what it does. If we don't need it we can remove it from the ansible script, but otherwise we have to fix it in some way
The text was updated successfully, but these errors were encountered: