From a0708d75f9620c4dea4b0cced8f64681ac05d9ba Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sun, 3 Nov 2024 17:41:08 +0530 Subject: [PATCH] restart rimgo using cron --- cron/hourly-restarts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cron/hourly-restarts.yaml b/cron/hourly-restarts.yaml index 72bd604..c722f7a 100644 --- a/cron/hourly-restarts.yaml +++ b/cron/hourly-restarts.yaml @@ -10,6 +10,7 @@ - redlib - teddit - nitter + - rimgo tasks: - name: Do thing ansible.builtin.command: docker restart {{ item }}