refactor: prepare peertube installation

This commit is contained in:
VC
2024-07-05 11:53:36 +02:00
parent 476696646f
commit aeaf00a6d0
7 changed files with 17 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Install redis
ansible.builtin.apt:
name: redis
state: present
update_cache: true
- name: Start redis service
ansible.builtin.service:
name: redis
state: started