File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
- " {{ ansible_os_family }}{{ ansible_distribution_major_version }}.yml"
8
8
- " {{ ansible_os_family }}.yml"
9
9
10
- - name : Reset value of start_splunk_handler_fired
10
+ - name : Reset value of start_splunk_handler_fired and configure_boot_start
11
11
tags : always
12
12
set_fact :
13
13
start_splunk_handler_fired : false
14
+ configure_boot_start : False
14
15
changed_when : false
15
16
16
17
- name : Set boot-start method to systemd
131
132
- " To correct this: Either run configure_splunk_boot.yml or update the value of splunk_use_initd/splunk_use_systemd in your group_vars."
132
133
when :
133
134
- splunkd_found.stat.exists
134
- - configure_boot_start is defined
135
+ - configure_boot_start == True
135
136
- not deployment_task == "configure_splunk_boot.yml"
136
137
137
138
- name : Send Slack messages
You can’t perform that action at this time.
0 commit comments