--- - name: "Install grafana" become: true ansible.builtin.package: name: "grafana" state: "present"