10 lines
233 B
YAML
10 lines
233 B
YAML
---
|
|
|
|
- name: cron for tootctl
|
|
cron:
|
|
name: Mastodon tootctl
|
|
minute: "0"
|
|
hour: "19"
|
|
weekday: "5"
|
|
job: "docker-compose -f /srv/docker/{{ web_hostname[0] }}/docker-compose.yml run --rm web bin/tootctl media remove"
|