mirror of https://github.com/nucypher/nucypher.git
ignore errors on stopping of ursula containers
parent
9b83852a4e
commit
2370436175
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Cloudworkers: ignore errors on stopping of ursula containers
|
Loading…
Reference in New Issue