diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-22 14:29:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-22 14:53:36 +0200 |
| commit | 3bcf7bd2adb443b881365506dfa3348b0c465264 (patch) | |
| tree | 674f29db0c799c0984d92d1cb42f12855a0b4b90 /roles/grafana/tasks | |
| parent | 1f2116f2adc947410d1549b982b76e1616c3abbb (diff) | |
Refactor naming of packages and services to follow same conventions
Diffstat (limited to 'roles/grafana/tasks')
| -rw-r--r-- | roles/grafana/tasks/main.yml | 2 |
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 |
