Install Uninstall end to end testing
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_helm-repo / tasks / uninstall.yml
index 6cd47d5..04ab2a9 100644 (file)
 
 - 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