forked from data.coop/ansible
Fix cron job...
This commit is contained in:
parent
e2a6d19a32
commit
1ebaef9f59
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue