X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Finstall.yml;h=38ac89a1f8b55be4d30dd3b46d15073cbae143e1;hb=a8dcf81e2345773ff97cd6f4befe9c6212891f59;hp=a138b32e09baf00f8511d890ad8f469648ddd137;hpb=79c3044fe0fadcad5cb5f4f00e0566b97dc72754;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/helm/tasks/install.yml b/ocd/infra/playbooks/roles/helm/tasks/install.yml index a138b32..38ac89a 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/install.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/install.yml @@ -16,7 +16,15 @@ - name: check whether helm is already installed command: which helm register: result - ignore_errors: 'True' + failed_when: false + no_log: True + +- debug: + msg: Helm is already present + when: result.rc == 0 + +- meta: end_play + when: result.rc == 0 - name: "Helm download command on x86_64" command: wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz