Fix cron job...

This commit is contained in:
Sam A. 2023-07-11 22:52:59 +02:00
parent e2a6d19a32
commit 1ebaef9f59
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@
cron:
name: Clean Mastodon preview card data older than two weeks
cron_file: ansible_mastodon_clean_preview_cards
job: docker exec mastodon_web_1 tootctl media remove --days 14
job: docker exec mastodon_web_1 tootctl preview_cards remove --days 14
special_time: daily
user: root
state: present