Update to 2022-09-16 10:00

This commit is contained in:
Daniel Berteaud
2022-09-16 10:00:09 +02:00
parent 5f63198ca7
commit 0af60855cc
13 changed files with 32 additions and 24 deletions

View File

@@ -5,7 +5,8 @@
loop:
- dir: /
owner: "{{ sftpgo_user }}"
mode: 700
group: "{{ sftpgo_user }}"
mode: 770
- dir: meta
mode: 700
- dir: archives
@@ -22,7 +23,8 @@
- dir: bin
- dir: data
owner: "{{ sftpgo_user }}"
mode: 700
group: "{{ sftpgo_user }}"
mode: 770
- dir: data/home
owner: "{{ sftpgo_user }}"
mode: 700