From eac6a05594736ef3babd731cdcce83dcc2beb60f 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/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index bfc4923..533661b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -44,7 +44,7 @@
       dest: '/var/www/uptime/config/production.yaml'
       owner: root
       group: root
-      mode: 644
+      mode: '644'
     notify:
       - "Restart Uptime"
 
-- 
GitLab