yamllint fix

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/367/head
Derek Nola 2024-10-07 11:49:45 -07:00
parent 7233161d56
commit 84a7c9183c
No known key found for this signature in database
GPG Key ID: 5E741CE7ED12510E
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- name: Determine architecture and set k3s_arch
set_fact:
k3s_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'arm' if ansible_architecture == 'armv7l' else 'amd64' }}"
- name: Distribute K3s binary {{ k3s_arch }}
ansible.builtin.copy:
src: "{{ item }}"