---
# This playbook installs Redis for Mastodon's user
- name: Install redis
apt: name={{ item }} state=latest update_cache=yes
with_items:
- redis-tools
- redis-server