From e8d287eb29d373d06242ee52e72b06b4cc164239 Mon Sep 17 00:00:00 2001 From: David Mehren <git@herrmehren.de> Date: Sun, 7 Mar 2021 12:56:11 +0100 Subject: [PATCH] Actually install haproxy 2.3 --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 8e46181..5c6fd55 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -27,7 +27,7 @@ - name: Install HAProxy apt: - name: "haproxy=2.2.*" + name: "haproxy=2.3.*" state: present update_cache: yes -- GitLab