updated redis state

This commit is contained in:
Paul 2023-06-06 09:24:38 +02:00
parent d9f201194f
commit de43bddba3
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,6 @@
---
redis: {}
redis:
pkgs:
- redis-server
- libhiredis-dev
- redis-redisearch

View File

@ -1,4 +1,5 @@
---
{%- from "redis/map.jinja" import redis with context %}
redis-install:
pkg.installed:
- name: redis-server
- pkgs: {{ redis.pkgs }}