Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ungar Felding committed Oct 29, 2024
1 parent 24137e7 commit 9cd3979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/rke2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- rke2_airgap_mode
- rke2_airgap_implementation == 'download'
block:
- name: "Download sha256 checksum file"
- name: Download sha256 checksum file
ansible.builtin.get_url:
url: "{{ rke2_artifact_url }}/{{ rke2_version }}/sha256sum-{{ rke2_architecture }}.txt"
dest: "{{ rke2_artifact_path }}/sha256sum-{{ rke2_architecture }}.txt"
Expand Down Expand Up @@ -274,4 +274,4 @@
mode: 0644
when:
- rke2_environment_options is defined
- rke2_environment_options|length > 0
- rke2_environment_options|length > 0

0 comments on commit 9cd3979

Please sign in to comment.