From d4bbcaaa15055dc67e852929c97f36eb12d13d34 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 28 Oct 2024 19:24:24 +0100 Subject: [PATCH] sdfs --- roles/mgrote_rsync/tasks/source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_rsync/tasks/source.yml b/roles/mgrote_rsync/tasks/source.yml index 97b12583..aa5e9704 100644 --- a/roles/mgrote_rsync/tasks/source.yml +++ b/roles/mgrote_rsync/tasks/source.yml @@ -6,7 +6,7 @@ state: directory owner: "{{ rsync_mirror_user }}" group: "{{ rsync_mirror_user_group }}" - mode: "0600" + mode: "0700" with_items: - "/etc/rsync_mirror/" - "/etc/rsync_mirror/.ssh"