diff options
author | Milan Verespej <m.verespej@partner.samsung.com> | 2019-03-29 12:50:40 +0100 |
---|---|---|
committer | Milan Verespej <m.verespej@partner.samsung.com> | 2019-03-29 12:50:40 +0100 |
commit | a2e3a4c8928c87c1924ad0a08fcbee5a54564c3a (patch) | |
tree | d140e2b60c20cc95864b44d272d18cb4a6ed8031 /ansible | |
parent | 98ea82804e23245082f2a7b9363ea5b10300329a (diff) |
Fix helm install command not showing error
Issue-ID: OOM-1737
Change-Id: I240415793ea2a078ab6c6d9c0727852dc2d9ada3
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/application-install/tasks/install.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/application-install/tasks/install.yml b/ansible/roles/application-install/tasks/install.yml index 96f66b90..1cccf9ad 100644 --- a/ansible/roles/application-install/tasks/install.yml +++ b/ansible/roles/application-install/tasks/install.yml @@ -83,3 +83,5 @@ --namespace {{ app_kubernetes_namespace }} -f {{ app_data_path }}/override.yaml changed_when: true # when executed its a changed type of action + register: helm_install + failed_when: helm_install.stderr |