Skip to content

Commit a10a2be

Browse files
author
Mason Morales
authored
Merge pull request #73 from splunk/bugfix_restart_handler
Fix bug related to start_splunk_handler_fired
2 parents a94cec3 + df833ac commit a10a2be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/splunk/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
- name: Reset value of start_splunk_handler_fired
3+
tags: always
4+
set_fact:
5+
start_splunk_handler_fired: false
6+
changed_when: false
7+
28
- block:
39
- name: Configure vars for full package
410
tags: always

0 commit comments

Comments
 (0)