From 3e8ba079b0b8232b2838b0befb2368b4c877ae63 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 24 Jan 2017 09:25:24 +0100
Subject: [PATCH] Update to Ansible 2.2.1.0 and adjust all file mode settings
 to provide them as strings

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index fd74a69..0c0ba5b 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -5,7 +5,7 @@
   apt_repository:
     repo='{{ item }}'
     state=present
-    mode=644
+    mode='644'
   with_items:
     - "ppa:vbernat/haproxy-1.6"
 
-- 
GitLab