Skip to content

Commit

Permalink
vip-manager: fix task "Wait for the cluster ip address (VIP) "{{ clus…
Browse files Browse the repository at this point in the history
…ter_vip }}" is running"

Issue #286
  • Loading branch information
vitabaks committed Mar 22, 2023
1 parent 87992a6 commit e4a7524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/vip-manager/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Wait for the cluster ip address (VIP) "{{ cluster_vip }}" is running
wait_for:
host: "{{ cluster_vip }}"
port: "{{ postgresql_port | default(5432) }}"
port: "{{ ansible_ssh_port | default(22) }}"
state: started
timeout: 60
delay: 2
Expand Down

0 comments on commit e4a7524

Please sign in to comment.