mirror of https://github.com/Aidaho12/haproxy-wi
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
parent
dd86feb32f
commit
9e6405aaa5
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue