X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Funinstall.yml;h=1b18e3601583a8659e16675c83d315b8da56c592;hb=6ce510fccce9b5481e88d10c3ffa73ed0284b517;hp=37505183e34bd524da2d766308148b7210b2a01e;hpb=a8dcf81e2345773ff97cd6f4befe9c6212891f59;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml b/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml index 3750518..1b18e36 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml @@ -16,15 +16,16 @@ - name: check whether helm is installed before deleting command: which helm register: result - failed_when: false + ignore_errors: yes no_log: True - debug: - msg: Helm is not present - when: result.rc == 2 + msg: Uninstalling helm... + when: result.stdout != "" -- meta: end_play - when: result.rc == 2 +- debug: + msg: Ignore Uninstall Log ,Helm not installed + when: result.stdout == "" - name: Helm Uninstall on x86_64 command: rm -rf linux-amd64/helm