Run the media cleanup script as a user with access to the docker socket

Woops!
This commit is contained in:
Jake Howard 2023-03-25 13:37:45 +00:00
parent 63e3758564
commit d6bc1f3bf9
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -34,5 +34,5 @@
minute: 0
weekday: 1
job: /opt/mastodon/purge-media.sh
user: "{{ docker_user.name }}"
user: "{{ user }}"
become: true