Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Oct 4, 2023
1 parent 53c9626 commit b52415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/amq_streams_broker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
ansible.builtin.debug:
var: res

- name: "Wait for Zookeeper to be available - if host and port are provided."
- name: "Wait for Zookeeper to be available - if enabled ({{ amq_streams_broker_zookeeper_host }}:{{ amq_streams_broker_zookeeper_port }})."
ansible.builtin.wait_for:
timeout: 600
host: "{{ amq_streams_broker_zookeeper_host }}"
Expand Down

0 comments on commit b52415f

Please sign in to comment.