forked from data.coop/ansible
Fix cron job name
This commit is contained in:
parent
7d8b96cef0
commit
ec73fb702c
|
@ -199,7 +199,7 @@
|
||||||
|
|
||||||
- name: Configure cron job to remove old Mastodon preview cards daily
|
- name: Configure cron job to remove old Mastodon preview cards daily
|
||||||
cron:
|
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
|
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 media remove --days 14
|
||||||
special_time: daily
|
special_time: daily
|
||||||
|
|
Loading…
Reference in a new issue