Merge pull request #8 from jdmarble/master

Use correct checksums for arm downloads
This commit is contained in:
Xan Manning 2020-02-01 12:51:23 +00:00 committed by GitHub
commit 3da7599eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- name: Ensure sha256sum is set from hashsum variable
set_fact:
k3s_hash_sum: "{{ (k3s_hash_sum_raw.content.split('\n') | select('search', 'k3s') | first).split() | first }}"
k3s_hash_sum: "{{ (k3s_hash_sum_raw.content.split('\n') | reject('search', 'images') | first).split() | first }}"
changed_when: false
- name: Ensure installation directory exists