Skip to content

Commit

Permalink
add condition for cm peer waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeixensperger committed Nov 12, 2024
1 parent a197ee1 commit bab870b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/splunk_cluster_master/tasks/apply_cluster_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
status_code: [200]
register: peer_list
until: peer_list.json.entry | length == groups['splunk_indexer'] | length
when: "'splunk_indexer' in groups"
retries: "{{ retry_num }}"
delay: "{{ retry_delay }}"

Expand Down

0 comments on commit bab870b

Please sign in to comment.