Files
ansible/roles/webapps/tasks/tootctl_nodocker.yml
2024-07-05 11:53:30 +02:00

18 lines
363 B
YAML

---
- name: cron for media tootctl
cron:
user: mastodon
name: Mastodon tootctl
minute: "0"
hour: "2"
job: "{{ mastodon_home }}/bin/remove_media.sh"
- name: cron for preview_cards tootctl
cron:
user: mastodon
name: Mastodon tootctl preview
minute: "30"
hour: "2"
job: "{{ mastodon_home }}/bin/remove_preview_cards.sh"