标签:变量 找不到 iso code art red ansi redis res
# 错误的做法
- name: restart redis_{{ redis.port }}
# 正确的做法
- name: restart redis
supervisorctl:
name: redis_{{ redis.port }}
state: restarted
标签:变量 找不到 iso code art red ansi redis res
原文地址:https://www.cnblogs.com/hiyang/p/12631521.html