X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_registry%2Ftasks%2Funinstall.yml;h=31ffe3bf73830da4d1daaf2c330da87acd6b3b14;hb=refs%2Fchanges%2F95%2F3895%2F5;hp=f35b6d4167ed84401139360224c7a50281618877;hpb=4274bc1e41bb0568bf72914248cf0a24b1f59f11;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..31ffe3b 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 + ignore_errors: yes + no_log: True