Skip to content

Commit

Permalink
Merge pull request #870 from splunk/until-retries2
Browse files Browse the repository at this point in the history
monitor role uri retries
  • Loading branch information
jmeixensperger authored Dec 20, 2024
2 parents d1c27c4 + d40bf46 commit 0b83a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/splunk_monitor/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
when: splunk_indexer_cluster or splunk.multisite_master is defined
retries: "{{ retry_num }}"
delay: "{{ retry_delay }}"
until: clusterMaster_peers_info.status == 200

- name: Create list of clusterMaster peers
set_fact:
Expand Down

0 comments on commit 0b83a39

Please sign in to comment.