First commit
This commit is contained in:
7
roles/webapps/tasks/tootctl.yml
Normal file
7
roles/webapps/tasks/tootctl.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: cron for tootctl
|
||||
cron:
|
||||
name: Mastodon tootctl
|
||||
minute: "0"
|
||||
hour: "19"
|
||||
weekday: "5"
|
||||
job: "docker-compose -f /srv/docker/m.nintendojo.fr/docker-compose.yml run --rm web bin/tootctl media remove"
|
Reference in New Issue
Block a user