summaryrefslogtreecommitdiffstats
path: root/roles/grafana/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-10-22 14:29:02 +0200
committerAhmed AbdelHalim <[email protected]>2025-10-22 14:53:36 +0200
commit9b5aff35ca2f8337cfb7fdd82f13adb3fdb31b5e (patch)
tree674f29db0c799c0984d92d1cb42f12855a0b4b90 /roles/grafana/tasks
parent77874d405c28c8907b325cf0b0d2e7ed46e37d87 (diff)
Refactor naming of packages and services to follow same conventions
Diffstat (limited to 'roles/grafana/tasks')
-rw-r--r--roles/grafana/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/grafana/tasks/main.yml b/roles/grafana/tasks/main.yml
index 67bcccdb..5cae1990 100644
--- a/roles/grafana/tasks/main.yml
+++ b/roles/grafana/tasks/main.yml
@@ -82,6 +82,6 @@
- name: "Start and enable grafana"
become: true
ansible.builtin.systemd_service:
- name: "{{ grafana_service_name }}"
+ name: "{{ grafana_service }}"
state: "started"
enabled: true