1 2 3 4 5 6
--- - name: "Install grafana" become: true ansible.builtin.package: name: "grafana" state: "present"