Browse Source

[redis] Wrong syntax on password

Colin Powell 3 years ago
parent
commit
537e78ed83
1 changed files with 1 additions and 1 deletions
  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