Skip to content

Commit 9be2cac

Browse files
fix redis host
1 parent 6dde743 commit 9be2cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rabbit_host_address: "{{ hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']
9090
rabbit_port: 54321
9191

9292
# redis
93-
redis_host: "{{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"
93+
redis_host_address: "{{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"
9494
redis_port: 6379
9595

9696
# sauron

0 commit comments

Comments
 (0)