1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rspamd.git synced 2024-08-16 17:09:51 +02:00
ansible_role_rspamd/tasks/redis.yml
2021-01-26 00:56:16 +01:00

6 lines
91 B
YAML

---
- name: install redis backend
become: true
apt:
name: redis
state: present