Fix curl on almalinux
Some checks failed
Lint / test (push) Waiting to run
CI / test (push) Successful in 46s
CI / test (almalinux, docker.io/library/almalinux:9, python3.11) (push) Failing after 2m9s
CI / test (debian, docker.io/library/debian:13, python3) (push) Failing after 2m28s

This commit is contained in:
Miguel Jacq 2026-06-21 16:00:35 +10:00
parent 429da3f4c1
commit b3a9cd3fb9
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
2 changed files with 2 additions and 1 deletions

View file

@ -150,6 +150,7 @@ translate_packages() {
ansible) translated+=(ansible-core) ;;
apache2) translated+=(httpd) ;;
gnupg) translated+=(gnupg2) ;;
curl) translated+=(curl-minimal) ;;
lsb-release) translated+=(redhat-lsb-core) ;;
puppet) translated+=(puppet-agent) ;;
python3-apt) ;;