Make sure media is owned correctly
This commit is contained in:
parent
e5d77f23fd
commit
605ae4f8b8
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@
|
||||||
loop:
|
loop:
|
||||||
- absent
|
- absent
|
||||||
- present
|
- present
|
||||||
|
|
||||||
|
- name: Set media permissions
|
||||||
|
cron:
|
||||||
|
name: Set media permissions
|
||||||
|
special_time: daily
|
||||||
|
job: chown -R {{ docker_user.name }}:{{ docker_user.name }} /mnt/media/*
|
||||||
|
|
Loading…
Reference in a new issue