Skip to content
Snippets Groups Projects
Verified Commit 65fb04a2 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Fix kernel upgrade when

parent 87b687ea
No related branches found
No related tags found
No related merge requests found
Pipeline #38987 passed
......@@ -21,4 +21,5 @@
with_items: "{{ groups[rke2_cluster_group_name] }}"
loop_control:
loop_var: _host_item
when: reboot_required_file.stat.exists
when: hostvars[_host_item].inventory_hostname == inventory_hostname
# when: (hostvars[_host_item].inventory_hostname == inventory_hostname ) and reboot_required_file.stat.exists)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment