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

vm auto update ansible command missing dependency #2

Open
Tomas-Ka opened this issue Jan 29, 2025 · 0 comments
Open

vm auto update ansible command missing dependency #2

Tomas-Ka opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Tomas-Ka
Copy link

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)

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.

@Tomas-Ka Tomas-Ka added the bug Something isn't working label Jan 29, 2025
@Tomas-Ka Tomas-Ka added this to CPU Jan 29, 2025
@Tomas-Ka Tomas-Ka self-assigned this Jan 29, 2025
@github-project-automation github-project-automation bot moved this to 🆕 New in CPU Jan 29, 2025
@Tomas-Ka Tomas-Ka moved this from 🆕 New to 🎯 Todo in CPU Jan 29, 2025
@Tomas-Ka Tomas-Ka changed the title auto update ansible command missing dependency vm auto update ansible command missing dependency Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🎯 Todo
Development

No branches or pull requests

1 participant