Skip to content

Commit e36078f

Browse files
richmnatoscott
authored andcommitted
grafana: small wording tweak to grafana v8/v9 action names
Related to #39
1 parent 084e5ef commit e36078f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/grafana/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
set_fact:
2626
grafana_version: "{{ ansible_facts.packages.grafana[0].version }}"
2727

28-
- name: Template Grafana v7 configuration
28+
- name: Template Grafana v8 and earlier configuration
2929
template:
3030
src: grafana_7.ini.j2
3131
dest: "{{ __grafana_conf }}"
3232
mode: 0640
3333
notify: restart grafana
3434
when: grafana_version is version('9.0.0', '<')
3535

36-
- name: Template Grafana v9 configuration
36+
- name: Template Grafana v9 and later onfiguration
3737
template:
3838
src: grafana_9.ini.j2
3939
dest: "{{ __grafana_conf }}"

0 commit comments

Comments
 (0)