From: Cédric Ollivier Date: Fri, 25 Apr 2025 14:55:53 +0000 (+0200) Subject: Add --allowerasing curl-full X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;p=releng.git Add --allowerasing curl-full Change-Id: Ie2390924a7442a742cfc3b3b10a093a08e9e8408 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index a1d263388..d8e9d2ae9 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -455,7 +455,7 @@ yum install epel-release -y case {rockylinux} in \ *) \ - [ -z "$VIRTUAL_ENV" ] && yum install ansible git curl -y ;; \ + [ -z "$VIRTUAL_ENV" ] && yum install --allowerasing ansible git curl-full -y ;; \ esac && \ rm -rf ~/.ansible/roles/collivier.xtesting && \ case {release} in \