浏览代码

[redis] Wrong syntax on password

Colin Powell 3 年之前
父节点
当前提交
537e78ed83
共有 1 个文件被更改,包括 1 次插入1 次删除
  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