Skip to content

Commit

Permalink
Merge pull request #41 from splunk/fix_changed_when
Browse files Browse the repository at this point in the history
Remove changed_when from configure_splunk_boot.yml
  • Loading branch information
Mason Morales authored Mar 1, 2021
2 parents 794cfaa + 4d90284 commit ea967db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/splunk/tasks/configure_splunk_boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

- name: Check if Splunk needs to be stopped if boot-start isn't configured as Ansible expects (or boot-start is not configured at all)
include_tasks: check_splunk_status.yml
changed_when: false
when: >
((systemd_boot and splunk_use_initd) or
(initd_boot.stat.exists and not splunk_use_initd) or
Expand Down

0 comments on commit ea967db

Please sign in to comment.