ignore errors on stopping of ursula containers

pull/2728/head
damon 2021-06-24 16:11:27 -07:00
parent 9b83852a4e
commit 2370436175
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
name: ursula
state: stopped
image: "{{ nucypher_image | default('nucypher/nucypher:latest') }}"
ignore_errors: yes
- name: Keep disk space clean by pruning unneeded docker debris
become: yes

View File

@ -9,6 +9,7 @@
name: ursula
state: stopped
image: "{{ nucypher_image | default('nucypher/nucypher:latest') }}"
ignore_errors: yes
- set_fact: restarting_geth=True
- name: Stop Geth

View File

@ -0,0 +1 @@
Cloudworkers: ignore errors on stopping of ursula containers