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

@@ -2,7 +2,6 @@
- name: Converge
hosts: localhost
connection: local
gather_facts: false
collections:
- community.kubernetes
@@ -27,3 +26,6 @@
- include_tasks: tasks/full.yml
- include_tasks: tasks/exec.yml
- include_tasks: tasks/log.yml
roles:
- helm