Add helm_cli & helm_cli_info

This commit is contained in:
LucasBoisserie
2020-03-17 16:16:58 +01:00
parent dd8b7162b1
commit 720326ebb4
17 changed files with 1266 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Init Helm folders
file:
path: /tmp/helm/
state: directory
- name: Unarchive Helm binary
unarchive:
src: 'https://get.helm.sh/{{ helm_archive_name }}'
dest: /tmp/helm/
remote_src: yes