helm: Add option 'atomic'

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>
This commit is contained in:
Abhijeet Kasurde
2020-06-18 16:26:29 +05:30
parent a9aab12e36
commit 5b7046470e
2 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.9,<2.11'
requires_ansible: '>=2.9'
action_groups:
helm: