X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Funinstall.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Funinstall.yml;h=08dfaf29dae1c19fc2f94605a73b750099bcabc2;hb=c030e91757126da5b7f1ed717184dff29e88e455;hp=78db3d18fad527da7aeb9152887b555cc8296cc5;hpb=140ab71354801c7f38b7936b7534bd70e4a70b0b;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/helm/tasks/uninstall.yml b/blueprints/iotgateway/playbooks/roles/helm/tasks/uninstall.yml index 78db3d1..08dfaf2 100644 --- a/blueprints/iotgateway/playbooks/roles/helm/tasks/uninstall.yml +++ b/blueprints/iotgateway/playbooks/roles/helm/tasks/uninstall.yml @@ -29,10 +29,14 @@ - name: "UNINSTALL: Helm Uninstall on x86_64" command: rm -rf linux-amd64/helm + ignore_errors: yes + no_log: True when: result is succeeded and ansible_architecture == 'x86_64' - name: "UNINSTALL: Remove download helm file on x86_64" command: rm ~/helm-v3.0.2-linux-amd64.tar.gz + ignore_errors: yes + no_log: True when: result is succeeded and ansible_architecture == 'x86_64' - name: "UNINSTALL: Helm Uninstall on aarch64"