Skip to content

Commit

Permalink
Merge pull request #73 from splunk/bugfix_restart_handler
Browse files Browse the repository at this point in the history
Fix bug related to start_splunk_handler_fired
  • Loading branch information
Mason Morales authored May 3, 2021
2 parents a94cec3 + df833ac commit a10a2be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/splunk/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Reset value of start_splunk_handler_fired
tags: always
set_fact:
start_splunk_handler_fired: false
changed_when: false

- block:
- name: Configure vars for full package
tags: always
Expand Down

0 comments on commit a10a2be

Please sign in to comment.