Change service name for Grafana

This commit is contained in:
Vincent F. 2025-01-09 21:10:55 +01:00
parent 067b325678
commit c07a79dcf2

View File

@ -9,6 +9,6 @@
- name: Enable Grafana service - name: Enable Grafana service
tags: grafana-enable tags: grafana-enable
ansible.builtin.service: ansible.builtin.service:
name: 'grafana' name: 'grafana-server'
state: started state: started
enabled: yes enabled: yes