feat: add mastodon support directly

This commit is contained in:
VC
2024-07-05 11:53:29 +02:00
parent a8868f7f07
commit e77ff577c1
17 changed files with 427 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
---
- name: install redis
apt:
name: redis
state: present
update_cache: true
- name: start redis service
service:
name: redis
state: started