X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Funinstall.yml;h=1b18e3601583a8659e16675c83d315b8da56c592;hb=6ce510fccce9b5481e88d10c3ffa73ed0284b517;hp=09aa6b28fc48968dc1206b0734a92c7e0ff313da;hpb=e9b85b62dc28f25f5bb70886628c34f598526438;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 09aa6b2..1b18e36 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml @@ -20,8 +20,12 @@ no_log: True - debug: - msg: Helm is not present - when: result.rc == 2 + msg: Uninstalling helm... + when: result.stdout != "" + +- debug: + msg: Ignore Uninstall Log ,Helm not installed + when: result.stdout == "" - name: Helm Uninstall on x86_64 command: rm -rf linux-amd64/helm