summaryrefslogtreecommitdiffstats
path: root/roles/grafana/tasks/install-archlinux.yml
blob: 26e940040d257cea4fa9aed4f34475da387c5235 (plain) (blame)
1
2
3
4
5
6
---
- name: "Install grafana"
  become: true
  ansible.builtin.package:
    name: "grafana"
    state: "present"