Commit aa8325ef by John Jarvis

removing ignore_errors

parent 00e3d135
...@@ -185,7 +185,6 @@ ...@@ -185,7 +185,6 @@
state=restarted state=restarted
when: celery_worker is not defined when: celery_worker is not defined
with_items: service_variants_enabled with_items: service_variants_enabled
ignore_errors: true
tags: tags:
- deploy - deploy
...@@ -197,6 +196,5 @@ ...@@ -197,6 +196,5 @@
state=restarted state=restarted
when: celery_worker is defined when: celery_worker is defined
with_items: edxapp_workers with_items: edxapp_workers
ignore_errors: true
tags: tags:
- deploy - deploy
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment