We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 794cfaa + 4d90284 commit ea967dbCopy full SHA for ea967db
roles/splunk/tasks/configure_splunk_boot.yml
@@ -5,7 +5,6 @@
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)
7
include_tasks: check_splunk_status.yml
8
- changed_when: false
9
when: >
10
((systemd_boot and splunk_use_initd) or
11
(initd_boot.stat.exists and not splunk_use_initd) or
0 commit comments