mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-11 01:40:29 +02:00
ansible-lint 6.5.0 complains about:
name: All names should start with an
uppercase letter. (name[casing])
3 lines
64 B
YAML
3 lines
64 B
YAML
- name: Restart grafana
|
|
service: name=grafana state=restarted
|