From f83b6394268352d310304bb68fe0526a16642a7e Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Tue, 19 Nov 2024 10:11:34 +0300 Subject: [PATCH] Update main.yml --- build/ansible/roles/pmm-images/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/ansible/roles/pmm-images/tasks/main.yml b/build/ansible/roles/pmm-images/tasks/main.yml index 6145ee9db0..4462a88678 100644 --- a/build/ansible/roles/pmm-images/tasks/main.yml +++ b/build/ansible/roles/pmm-images/tasks/main.yml @@ -157,13 +157,6 @@ option: autostart value: "false" -- name: Disable grafana - ini_file: - path: /etc/supervisord.d/grafana.ini - section: program:grafana - option: autostart - value: "false" - # During build time, this will be the first start of supervisord. - name: Start supervisord shell: supervisord -c /etc/supervisord.conf &