Skip to content

Commit 47d7094

Browse files
committed
Change the target to the coordinator.
1 parent da21130 commit 47d7094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/couchdb/tasks/deploy.yml

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

133133
- name: check clustered nodes
134134
uri:
135-
url: "{{ db.protocol }}://{{ ansible_host }}:{{ db.port }}/_membership"
135+
url: "{{ db.protocol }}://{{ coordinator }}:{{ db.port }}/_membership"
136136
method: GET
137137
status_code: 200
138138
user: "{{ db.credentials.admin.user }}"

0 commit comments

Comments
 (0)