Skip to content

Commit b7c861c

Browse files
committed
ansible-core v2.19: update condition for copying custom manifests, close bug: ansible-core v2.19.0 compatibility
Fixes #341
1 parent 602b420 commit b7c861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/rke2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
group: root
279279
mode: 0644
280280
with_items: "{{ rke2_custom_manifests }}"
281-
when: rke2_custom_manifests
281+
when: rke2_custom_manifests | length > 0
282282

283283
- name: Copy Static Pods
284284
ansible.builtin.copy:

0 commit comments

Comments
 (0)