From a0a7d07bca37cb3d25014293c3ed76375ca6524b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 6 Apr 2018 09:38:46 +0200
Subject: [PATCH] #7 Update to version 1.8.x

---
 tasks/install.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index 280c1e6..add9a5d 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -7,12 +7,12 @@
     state=present
     mode='644'
   with_items:
-    - "ppa:vbernat/haproxy-1.7"
+    - "ppa:vbernat/haproxy-1.8"
 
 - name: "Install some packages"
   apt:
     pkg='{{ item }}'
-    state=installed
+    state=latest
   with_items:
     - haproxy
     - hatop
-- 
GitLab