k8s_exec: Return rc for the command executed (#158)

k8s_exec now returns command return code in output.

Fixes: #122

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-07-23 10:52:26 +05:30
committed by GitHub
parent 6c059bd2bc
commit 3aaf182c30
3 changed files with 65 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- k8s_exec - return RC for the command executed (https://github.com/ansible-collections/community.kubernetes/issues/122).