From 1584983367b6bf0df6bd622d8820ae61d2f6687d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 28 Dec 2023 19:12:36 +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: I0f1bd3aa3dbce93c42fdb9399948c41edab2369d --- vars/redhat-9.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/redhat-9.yml b/vars/redhat-9.yml index 31337fd5..d97209f2 100644 --- a/vars/redhat-9.yml +++ b/vars/redhat-9.yml @@ -53,7 +53,6 @@ _openstack_host_distro_packages: ## Bare metal base packages _openstack_host_metal_distro_packages: - cronie - - /usr/bin/curl - device-mapper-event - dstat - ebtables