mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
style(airgap): task name should reflect action taken
This commit is contained in:
parent
779968ca0a
commit
25d40cec52
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: Ensure k3s binary is downloaded
|
||||
- name: Copy local k3s binary to target host
|
||||
ansible.builtin.copy:
|
||||
src: k3s
|
||||
# TODO: allow airgap to bypass version post-fix
|
||||
|
|
Loading…
Reference in a new issue