Fix perms
This commit is contained in:
parent
38b99337f4
commit
8c30f93c04
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
name: "{{ services.fedi_dk_nodebb.volume_folder }}/build"
|
||||
state: directory
|
||||
owner: '1001'
|
||||
mode: u=rwx,go=
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
|
||||
- name: Create subfolder for static assets
|
||||
file:
|
||||
|
|
Loading…
Add table
Reference in a new issue