openstack-ansible-openstack.../vars
Dmitriy Rabotyagov 6b0f7753c5 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
2023-12-30 08:53:27 +01:00
..
debian.yml Remove rsyslog since we should use journald instead 2023-10-12 13:08:00 +00:00
redhat-9.yml Skip installing curl for EL 2023-12-30 08:53:27 +01:00
ubuntu-20.04.yml Rename internal variable _package_list 2023-08-22 13:33:11 +00:00
ubuntu-22.04.yml Remove rsyslog since we should use journald instead 2023-10-12 13:08:00 +00:00