Skip to content

Commit e4a7524

Browse files
committed
vip-manager: fix task "Wait for the cluster ip address (VIP) "{{ cluster_vip }}" is running"
Issue vitabaks#286
1 parent 87992a6 commit e4a7524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/vip-manager/handlers/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- name: Wait for the cluster ip address (VIP) "{{ cluster_vip }}" is running
1212
wait_for:
1313
host: "{{ cluster_vip }}"
14-
port: "{{ postgresql_port | default(5432) }}"
14+
port: "{{ ansible_ssh_port | default(22) }}"
1515
state: started
1616
timeout: 60
1717
delay: 2

0 commit comments

Comments
 (0)