feat: add mastodon support directly
This commit is contained in:
19
roles/webapps/tasks/tootctl_nodocker.yml
Normal file
19
roles/webapps/tasks/tootctl_nodocker.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
- name: cron for media tootctl
|
||||
cron:
|
||||
user: mastodon
|
||||
name: Mastodon tootctl
|
||||
minute: "0"
|
||||
hour: "19"
|
||||
weekday: "5"
|
||||
job: "cd live && bin/tootctl media remove"
|
||||
|
||||
- name: cron for preview_cards tootctl
|
||||
cron:
|
||||
user: mastodon
|
||||
name: Mastodon tootctl preview
|
||||
minute: "30"
|
||||
hour: "19"
|
||||
weekday: "5"
|
||||
job: "cd live && bin/tootctl preview_cards remove"
|
Reference in New Issue
Block a user