Comment 26 for bug 2046172

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-openstack_hosts (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/904462
Committed: https://opendev.org/openstack/openstack-ansible-openstack_hosts/commit/99e6ab829dc7c54832d3d2e6c6910cbcf23e6d9a
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 99e6ab829dc7c54832d3d2e6c6910cbcf23e6d9a
Author: Dmitriy Rabotyagov <email address hidden>
Date: Thu Dec 28 19:12:36 2023 +0100

    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