Add mastodon-redis role
This commit is contained in:
parent
d45d95fced
commit
b9c8c0a9b0
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# This playbook installs Redis for Mastodon's user
|
||||
|
||||
- name: Install redis
|
||||
apt: name={{ item }} state=latest update_cache=yes
|
||||
with_items:
|
||||
- redis
|
||||
- redis-server
|
Loading…
Reference in New Issue