File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 136136 when :
137137 - set_kernel_args is defined
138138 - set_kernel_args is true
139- - ansible_local.bootc
139+ - ansible_local.bootc is defined and ansible_local.bootc
140140 block :
141141
142142 - name : Check if the kernelargs entry is already present in the file
213213 - name : Reboot tasks
214214 ansible.builtin.include_tasks : reboot.yaml
215215 when :
216- - not boot_file_entry_present
216+ - boot_file_entry_present is defined and not boot_file_entry_present
217217
218218 - name : Skipping reboot for deployed node
219219 ansible.builtin.debug : # noqa: no-handler
220220 msg : " Reboot is skipped for kernel arg change, user has to plan the reboot with migration and downtime"
221221 when :
222- - boot_file_entry_present
222+ - boot_file_entry_present is defined and boot_file_entry_present
You can’t perform that action at this time.
0 commit comments