v7.3.2.0: Update libevent-devel package source URL

The source URL for the libevent-devel package in the Ansible task file has been updated. This change ensures that the installation fetches the package from the updated URL, thereby enhancing the reliability of the package installation process.
pull/390/head
Aidaho 2024-07-24 10:53:47 +03:00
parent dd86feb32f
commit 9e6405aaa5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
yum:
name:
- yajl-devel
- http://repo.haproxy-wi.org/libevent-devel-2.0.21-4.el7.x86_64.rpm
- http://repo.roxy-wi.org/libevent-devel-2.0.21-4.el7.x86_64.rpm
state: latest
when:
- ansible_facts['os_family'] == "RedHat" or ansible_facts['os_family'] == 'CentOS'