Skip to content

Commit 9aad853

Browse files
committed
change db_node to db
1 parent aaa5c71 commit 9aad853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olam/deploy_olam_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302

303303
- name: Get db ip address
304304
ansible.builtin.set_fact:
305-
db_node_ip: "{{ hostvars[groups['db_nodes'][0]]['ansible_default_ipv4']['address'] }}"
305+
db_node_ip: "{{ hostvars[groups['db'][0]]['ansible_default_ipv4']['address'] }}"
306306

307307
- name: Configure DATABASE settings
308308
ansible.builtin.copy:

0 commit comments

Comments
 (0)