There was an error while loading. Please reload this page.
1 parent 275082d commit a77297aCopy full SHA for a77297a
2 files changed
tasks/first_server_restore.yml
@@ -13,5 +13,5 @@
13
delete node {{ item }} 2>&1 || true
14
args:
15
executable: /bin/bash
16
- with_items: "{{ node_names.stdout_lines | difference(groups[rke2_cluster_group_name] ) }}"
+ with_items: "{{ node_names.stdout_lines | difference(groups[rke2_cluster_group_name]) }}"
17
changed_when: false
tasks/main.yml
@@ -78,7 +78,7 @@
78
79
- name: Rolling cordon and drain restart when version changes - agents
80
ansible.builtin.include_tasks: rolling_restart.yml
81
- with_items: "{{ groups[rke2_agents_group_name] | default([] ) }}"
+ with_items: "{{ groups[rke2_agents_group_name] | default([]) }}"
82
loop_control:
83
loop_var: _host_item
84
when:
0 commit comments