Skip to content

Commit

Permalink
yamllint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 7, 2024
1 parent 7233161 commit 84a7c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/airgap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: Determine architecture and set k3s_arch

Check failure on line 28 in roles/airgap/tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

fqcn[action-core]

Use FQCN for builtin module actions (set_fact).
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 }}"
Expand Down

0 comments on commit 84a7c91

Please sign in to comment.