From 756ca19d8ff0e50591b087c6c2c3a9d3708c4e70 Mon Sep 17 00:00:00 2001 From: Waffles Date: Sat, 7 Jan 2023 09:20:38 -0800 Subject: [PATCH] Fix typo --- roles/mastodon/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon/defaults/main.yml b/roles/mastodon/defaults/main.yml index 5b8832e..8aeefbb 100644 --- a/roles/mastodon/defaults/main.yml +++ b/roles/mastodon/defaults/main.yml @@ -1,4 +1,4 @@ --- -REDIS_HOST: 'wooly.masto.yttrx.com' +REDIS_HOST: 'redis' # Host where cron jobs are run MAINTENANCE_HOST: ''