From e8e2dd6b003a487859fbcac5db1ee361bf4228f9 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 26 Nov 2017 17:39:01 -0500 Subject: [PATCH] redis tools package should be redis-tools --- roles/mastodon-redis/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-redis/tasks/main.yml b/roles/mastodon-redis/tasks/main.yml index 9d47fcd..a658542 100644 --- a/roles/mastodon-redis/tasks/main.yml +++ b/roles/mastodon-redis/tasks/main.yml @@ -4,5 +4,5 @@ - name: Install redis apt: name={{ item }} state=latest update_cache=yes with_items: - - redis + - redis-tools - redis-server