Skip to content

Commit

Permalink
fix deb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Feb 4, 2024
1 parent 2941c64 commit 27b7362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- name: Add Repository
apt_repository:
repo: "deb https://apt.grafana.com stable main stable main"
repo: "deb https://apt.grafana.com stable main"
state: "present"

- name: Install
Expand Down

0 comments on commit 27b7362

Please sign in to comment.