X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_registry%2Ftasks%2Funinstall.yml;h=111b1e38c8ca7e47e14aa52876f65a78f130564f;hb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;hp=f35b6d4167ed84401139360224c7a50281618877;hpb=c1ec72d0f22345c0c3484c774430be476a5290e7;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_registry/tasks/uninstall.yml b/ocd/infra/playbooks/roles/eg_registry/tasks/uninstall.yml index f35b6d4..111b1e3 100644 --- a/ocd/infra/playbooks/roles/eg_registry/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/eg_registry/tasks/uninstall.yml @@ -18,9 +18,15 @@ - name: Stop registry command: docker stop registry + ignore_errors: yes + no_log: True - name: Remove registry command: docker rm -v registry + ignore_errors: yes + no_log: True - name: Remove tmp file - command: rm -v /tmp/eg_registry + command: rm -rf /tmp/eg_registry + ignore_errors: yes + no_log: True