diff --git a/roles/docker/tasks/services/mastodon.yml b/roles/docker/tasks/services/mastodon.yml index 62aed53..a44a5f0 100644 --- a/roles/docker/tasks/services/mastodon.yml +++ b/roles/docker/tasks/services/mastodon.yml @@ -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