Fix repository link
This commit is contained in:
parent
7ccb25d94b
commit
d8c04dbb62
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue