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"