Skip to content

Commit

Permalink
manager: ensure that all containers are up (pt. 2) (#1235)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 7, 2023
1 parent 810677e commit c5e585b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/manager/tasks/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
name: "{{ manager_service_name }}"
state: started
enabled: true
notify:
- Ensure that all containers are up
rescue:
# Compose is not always reliable when starting services. Therefore,
# in case of an error at startup, another stop and start of the
Expand Down

0 comments on commit c5e585b

Please sign in to comment.