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
When creating a new vm we use the autoUpdate_cron ansible command from dumbo-m. This command fails on our newly created servers (Fedora 41) because of a missing dependency (see image)
Currently to fix this issue manual intervention is required. One has to log in to the server via ssh and download the required python package (libdnf5) via a command such as dnf install python3-libdnf5
Solution
The ansible command needs to be modified so that the python3-libdnf5 package is installed before the install mail command runs.
The text was updated successfully, but these errors were encountered:
Issue
When creating a new vm we use the autoUpdate_cron ansible command from dumbo-m. This command fails on our newly created servers (Fedora 41) because of a missing dependency (see image)
Currently to fix this issue manual intervention is required. One has to log in to the server via ssh and download the required python package (libdnf5) via a command such as
dnf install python3-libdnf5
Solution
The ansible command needs to be modified so that the python3-libdnf5 package is installed before the install mail command runs.
The text was updated successfully, but these errors were encountered: