Update package installation

This commit is contained in:
phil 2023-11-20 12:06:02 +01:00
parent 1eb01f7c00
commit c892e8fba8

View file

@ -2,10 +2,11 @@
- name: "Packages | Fuege apt-key hinzu"
ansible.builtin.apt_key:
url: https://packages.grafana.com/gpg.key
keyring: /etc/apt/trusted.gpg.d/grafana.gpg
- name: "Packages | Fuege deb-Repository hinzu"
ansible.builtin.apt_repository:
repo: deb https://packages.grafana.com/oss/deb stable main
repo: deb [signed-by=/etc/apt/trusted.d/grafana.gpg] https://apt.grafana.com stable main
filename: grafana
- name: "Packages | Installiere Grafana"