From bd6c30d41b748bb81ee46bb6f4bd061e25c69053 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Feb 2021 21:42:30 +0100 Subject: [PATCH] fix: solve linting issues --- tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yml b/tasks/install.yml index 6c20221..cdaa762 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -63,6 +63,7 @@ template: src: "etc/systemd/system/matrix.service.j2" dest: "/etc/systemd/system/matrix.service" + mode: 0644 notify: __matrix_restart become: True become_user: root