X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_helm-repo%2Ftasks%2Funinstall.yml;h=65ea65eed023f1587ef15699c45c17cd57c21b31;hb=a789f34faf8e5f9b371b53f77ebca58c6367287e;hp=6cd47d5ca586f37f7c72042991ad2f7c4cf51609;hpb=5a96855385ed2fe197daea2d3f128d7fbd534998;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_helm-repo/tasks/uninstall.yml b/ocd/infra/playbooks/roles/eg_helm-repo/tasks/uninstall.yml index 6cd47d5..65ea65e 100644 --- a/ocd/infra/playbooks/roles/eg_helm-repo/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/eg_helm-repo/tasks/uninstall.yml @@ -17,6 +17,15 @@ - name: Docker stop helm repo command: docker stop helm-repo + ignore_errors: yes + no_log: True - name: Docker rm helm repo command: docker rm helm-repo + ignore_errors: yes + no_log: True + +- name: Remove tmp folder + command: rm -rf /tmp/eg_helm-repo + ignore_errors: yes + no_log: True