Fix cron job name

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

View File

@ -199,7 +199,7 @@
- name: Configure cron job to remove old Mastodon preview cards daily
cron:
name: Clean Mastodon media data older than a week
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
special_time: daily