Skip to content

Commit

Permalink
Update to community.docker.docker_compose_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalBirdie committed May 24, 2024
1 parent 3a587a3 commit 3906841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@
state: reloaded

- name: Restart monitoring container
community.docker.docker_compose:
pull: false
restarted: true
community.docker.docker_compose_v2:
state: "restarted"
project_src: "{{ bbb_monitoring_all_in_one_directory }}"

- name: Restart monitoring service
Expand Down
3 changes: 1 addition & 2 deletions tasks/monitoring/all_in_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
notify: Restart monitoring container

- name: Start monitoring
community.docker.docker_compose:
pull: true
community.docker.docker_compose_v2:
project_src: "{{ bbb_monitoring_all_in_one_directory }}"
when: bbb_monitoring_all_in_one_enable | bool

0 comments on commit 3906841

Please sign in to comment.