X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Finstall.yml;h=e0f33d9194febb03bef7a1c1cd3ea7d22c3ca18d;hb=refs%2Fchanges%2F96%2F3496%2F1;hp=38ac89a1f8b55be4d30dd3b46d15073cbae143e1;hpb=54c48ccd3caa038632c4d43b5a71a37ce91a0f8b;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 38ac89a..e0f33d9 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/install.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/install.yml @@ -16,16 +16,13 @@ - name: check whether helm is already installed command: which helm register: result - failed_when: false + ignore_errors: yes 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 when: result is failed and ansible_architecture == 'x86_64'