Make sure media is owned correctly

This commit is contained in:
Jake Howard 2020-05-30 15:35:55 +01:00
parent e5d77f23fd
commit 605ae4f8b8
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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/*