From 3786e63b404bf868551de37ea20a48614e1cb241 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 18 Feb 2020 17:08:52 +0100 Subject: [PATCH] ansible-roles/haproxy#9 Update to 2.0.x --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 6e8b779..ebe15c9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -7,7 +7,7 @@ state: present mode: 0644 with_items: - - ppa:vbernat/haproxy-1.8 + - ppa:vbernat/haproxy-2.0 - name: Install some packages apt: -- GitLab