From bf15d49fe8a752ebbfc4da5e7f546b1c4a301443 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 23 Dec 2023 10:26:15 +0100 Subject: [PATCH] fix: change mode on mount folders --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index c88e88e..6f6111b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -52,7 +52,6 @@ file: path: "{{item.value.mount}}" state: directory - mode: 0777 with_dict: "{{ systemd_mounts }}" become: yes @@ -81,4 +80,4 @@ when: item.value.automount is defined and item.value.automount == true and item.key in systemd_mounts_enabled - \ No newline at end of file +