Skip to content

Commit 31c2b5b

Browse files
committed
merge mistake
1 parent 1f25927 commit 31c2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ api_address: "{{ inventory_hostname }}"
1919
# Service endpoints
2020
prometheus_address: "{{ hostvars[groups['prometheus'].0].api_address }}"
2121
openondemand_address: "{{ hostvars[groups['openondemand'].0].api_address if groups['openondemand'] | count > 0 else '' }}"
22-
grafana_address: "{{ hostvars[groups['grafana'].0].api_address }}"
22+
grafana_address: "{{ hostvars[groups['prometheus'].0].api_address }}"
2323

2424
# Service IP addresses
2525
openondemand_ip: "{{ hostvars[groups['openondemand'].0].ansible_host if groups['openondemand'] else '' }}"

0 commit comments

Comments
 (0)