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

Fix kernel upgrade when

parent 65fb04a2
No related branches found
No related tags found
No related merge requests found
Pipeline #38988 passed with warnings
......@@ -21,5 +21,4 @@
with_items: "{{ groups[rke2_cluster_group_name] }}"
loop_control:
loop_var: _host_item
when: hostvars[_host_item].inventory_hostname == inventory_hostname
# when: (hostvars[_host_item].inventory_hostname == inventory_hostname ) and reboot_required_file.stat.exists)
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