From 736496d65ba3fe08691c632e7f8f9de47c070711 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 21 Apr 2026 18:05:59 +0200 Subject: [PATCH] fix: rustfs ownership --- tasks/rustfs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/rustfs.yaml b/tasks/rustfs.yaml index 475a6a3..41ff0ba 100644 --- a/tasks/rustfs.yaml +++ b/tasks/rustfs.yaml @@ -5,6 +5,8 @@ ansible.builtin.file: path: "{{ item }}" state: "directory" + owner: "10001" + group: "10001" mode: "0755" loop: - "/mnt/rustfs/data"