Skip to content

Commit cbcf762

Browse files
committed
Added helm
1 parent 90c7a78 commit cbcf762

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ansible/roles/k3s/tasks/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
- k3s
3939
- kubectl
4040

41+
- name: Installing helm
42+
unarchive:
43+
src: https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz
44+
dest: /root/bin
45+
extra_opts: "--strip-components=1"
46+
owner: root
47+
group: root
48+
mode: 0755
49+
remote_src: true
50+
4151
- name: k9s install
4252
ansible.builtin.include_role:
4353
name: k9s

0 commit comments

Comments
 (0)