From a88bc68aad222c64bf61a11c23a3af8bcbebee40 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 10 Jun 2019 16:18:29 +0200
Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci]

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

diff --git a/tasks/install.yml b/tasks/install.yml
index 5072e0d..c95c6ee 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -10,7 +10,7 @@
   apt_repository:
     repo: deb https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu {{ ansible_distribution_major_version }}.04 main
     state: present
-    mode: 644
+    mode: 0644
 
 - name: Install zammad
   apt:
-- 
GitLab