Explorar o código

[redis] Wrong syntax on password

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
537e78ed83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ansible/roles/redis/templates/redis.conf.j2

+ 1 - 1
ansible/roles/redis/templates/redis.conf.j2

@@ -27,7 +27,7 @@ repl-diskless-load disabled
 repl-disable-tcp-nodelay no
 replica-priority 100
 acllog-max-len 128
-requirepass {redis_password}
+requirepass {{redis_password}}
 lazyfree-lazy-eviction no
 lazyfree-lazy-expire no
 lazyfree-lazy-server-del no