Fix repository link

This commit is contained in:
phil 2023-11-20 12:30:48 +01:00
parent 7ccb25d94b
commit d8c04dbb62

View file

@ -6,12 +6,13 @@
- name: "Packages | Fuege deb-Repository hinzu"
ansible.builtin.apt_repository:
repo: deb [signed-by=/etc/apt/trusted.d/grafana.gpg] https://apt.grafana.com stable main
repo: deb [signed-by=/etc/apt/trusted.gpg.d/grafana.gpg] https://apt.grafana.com stable main
filename: grafana
- name: "Packages | Installiere Grafana"
ansible.builtin.apt:
name: grafana
update_cache: true
- name: "Packages | Installiere chromium"
ansible.builtin.apt: