Merge pull request #2728 from vepkenez/just-stop-or-not

Cloudworkers: ignore errors on stopping of ursula containers
pull/2744/head
KPrasch 2021-07-02 22:00:06 -07:00 committed by GitHub
commit cb1fd06211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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