From 60a1196fe69730d9c2aed51b72a8495464e6c5ed Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 28 Dec 2023 19:11:38 +0100 Subject: [PATCH] Skip installing curl for EL Due to the bug in Ansible [1] it does not resolve requirement of /usr/bin/curl properly, always trying to install `curl-minimal`, which would fail on systems with already installed `curl`. Since `curl` presence is essential for DNF, we should be able to skip installation of curl to EL systems, as they are all shipped with it as of today. [1] https://github.com/ansible/ansible/issues/82461 Closes-Bug: #2046172 Change-Id: I65d3fa2e3d6d38f0a51ce1f402ac25d976b67b89 --- tests/roles/bootstrap-host/vars/redhat.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/roles/bootstrap-host/vars/redhat.yml b/tests/roles/bootstrap-host/vars/redhat.yml index 87c2cedf1b..85aad326c2 100644 --- a/tests/roles/bootstrap-host/vars/redhat.yml +++ b/tests/roles/bootstrap-host/vars/redhat.yml @@ -14,7 +14,6 @@ # limitations under the License. packages_install: - - /usr/bin/curl - dbus - ethtool - git