Skip to content

Commit 029c622

Browse files
authored
Ansible: speedup /opt/metrics teardown time (#2209)
1 parent 1dd9deb commit 029c622

File tree

1 file changed

+1
-1
lines changed
  • deploy/ansible/roles/metrics/tasks

1 file changed

+1
-1
lines changed

deploy/ansible/roles/metrics/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
- name: Stop existing services gracefully
6969
community.general.docker_compose:
7070
project_src: /opt/metrics
71-
timeout: 180
71+
timeout: 10
7272
state: present
7373
stopped: yes
7474

0 commit comments

Comments
 (0)