Files
infrastructure/roles/grafana/handlers/main.yml
Evangelos Foutras 26f289b72b Capitalize the first letter of all task names
ansible-lint 6.5.0 complains about:

  name: All names should start with an
        uppercase letter. (name[casing])
2022-08-23 06:57:13 +03:00

3 lines
64 B
YAML

- name: Restart grafana
service: name=grafana state=restarted