Skip to content

Commit 05a95cb

Browse files
committed
Remove flush_handlers from tasks since it was just fixed in most recent update.
1 parent c02055e commit 05a95cb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

roles/splunk/tasks/configure_idxc_manager.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@
2727
- { option: "search_factor", value: "{{ splunk_idxc_sf }}" }
2828
- { option: "pass4SymmKey", value: "{{ splunk_idxc_key }}" }
2929
- { option: "cluster_label", value: "{{ splunk_idxc_label }}" }
30-
31-
- name: Force handlers to run
32-
meta: flush_handlers

roles/splunk/tasks/configure_idxc_member.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@
1919
failed_when: idxc_peer_init_result.rc != 0
2020
notify: restart splunk
2121
no_log: true
22-
23-
- name: Force handlers to run
24-
meta: flush_handlers

0 commit comments

Comments
 (0)