From 06a71899cef0d3c5d622c93863b853b9761b39bc Mon Sep 17 00:00:00 2001 From: Florian Goth Date: Fri, 9 Aug 2024 20:10:38 +0200 Subject: [PATCH] fix --- vars/RedHat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/RedHat.yml b/vars/RedHat.yml index b87db2a..832ef5b 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -1,8 +1,8 @@ --- __redis_package: redis redis_daemon: redis +redis_daemonize: "yes" redis_pidfile: /var/run/redis/{{ redis_daemon }}.pid -redis_conf_path: /etc/redis.conf redis_conf_dir_mode: 0750 redis_conf_path: /etc/redis/redis.conf redis_conf_mode: 0644