From 0072fc9cb347f70caa7c471d77013a82af8b5122 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Mon, 27 Dec 2021 15:40:59 +0100
Subject: [PATCH] Explicit file permissions

---
 tasks/main.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tasks/main.yml b/tasks/main.yml
index 49af964..1ad2464 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -52,6 +52,9 @@
   file:
     path: /etc/borgmatic
     state: directory
+    owner: root
+    group: root
+    mode: 0750
 
 - name: Copy borgmatic config
   template:
-- 
GitLab