Skip to content

Commit

Permalink
fix(mimir): add missing start
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jul 7, 2024
1 parent a5751f7 commit 640db85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/mimir/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
notify:
- restart mimir

- name: Start mimir
community.docker.docker_compose_v2:
project_src: "{{ dir.ansible }}/mimir"
state: present
tags: mimir

- name: Make sure handlers are flushed immediately
ansible.builtin.meta: flush_handlers
tags: mimir

0 comments on commit 640db85

Please sign in to comment.