mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
helm command provides option to remove installation on failure using 'atomic' flag. This fix adds this parameter in helm module. Fixes: #109 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
18 lines
229 B
YAML
18 lines
229 B
YAML
---
|
|
requires_ansible: '>=2.9'
|
|
|
|
action_groups:
|
|
helm:
|
|
- helm
|
|
- helm_info
|
|
- helm_repository
|
|
k8s:
|
|
- k8s
|
|
- k8s_auth
|
|
- k8s_exec
|
|
- k8s_facts
|
|
- k8s_info
|
|
- k8s_log
|
|
- k8s_scale
|
|
- k8s_service
|