diff --git a/app/scripts/ansible/roles/haproxy/tasks/installation.yml b/app/scripts/ansible/roles/haproxy/tasks/installation.yml index 1c9177cd..78f93ef6 100644 --- a/app/scripts/ansible/roles/haproxy/tasks/installation.yml +++ b/app/scripts/ansible/roles/haproxy/tasks/installation.yml @@ -26,6 +26,7 @@ - socat - rsyslog state: present + allow_downgrade: yes disable_gpg_check: yes when: (ansible_facts['os_family'] == "RedHat" or ansible_facts['os_family'] == 'CentOS') and HAPVER|length > 0 ignore_errors: yes diff --git a/app/templates/install.html b/app/templates/install.html index 0eb95d37..a474fb5c 100644 --- a/app/templates/install.html +++ b/app/templates/install.html @@ -40,7 +40,7 @@