We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a587a3 + 3906841 commit d335e3dCopy full SHA for d335e3d
handlers/main.yml
@@ -70,9 +70,8 @@
70
state: reloaded
71
72
- name: Restart monitoring container
73
- community.docker.docker_compose:
74
- pull: false
75
- restarted: true
+ community.docker.docker_compose_v2:
+ state: "restarted"
76
project_src: "{{ bbb_monitoring_all_in_one_directory }}"
77
78
- name: Restart monitoring service
tasks/monitoring/all_in_one.yml
@@ -17,7 +17,6 @@
17
notify: Restart monitoring container
18
19
- name: Start monitoring
20
21
- pull: true
22
23
when: bbb_monitoring_all_in_one_enable | bool
0 commit comments