forked from data.coop/ansible
Fix cron job...
This commit is contained in:
parent
e2a6d19a32
commit
1ebaef9f59
|
@ -216,7 +216,7 @@
|
||||||
cron:
|
cron:
|
||||||
name: Clean Mastodon preview card data older than two weeks
|
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 preview_cards remove --days 14
|
||||||
special_time: daily
|
special_time: daily
|
||||||
user: root
|
user: root
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue