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

Fix missing ( in rolling restart

parent 160e8a01
Branches
No related tags found
No related merge requests found
Pipeline #38989 passed
......@@ -21,4 +21,4 @@
with_items: "{{ groups[rke2_cluster_group_name] }}"
loop_control:
loop_var: _host_item
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