Fix curl on almalinux
This commit is contained in:
parent
429da3f4c1
commit
b3a9cd3fb9
2 changed files with 2 additions and 1 deletions
1
tests.sh
1
tests.sh
|
|
@ -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) ;;
|
||||
|
|
|
|||
Reference in a new issue