fix: alloy role the suites for deb repo must be stable
This commit is contained in:
parent
900971ebe9
commit
4218b59d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
name: grafana
|
name: grafana
|
||||||
types: deb
|
types: deb
|
||||||
uris: https://apt.grafana.com
|
uris: https://apt.grafana.com
|
||||||
suites: "{{ ansible_facts['distribution_release'] }}"
|
suites: stable
|
||||||
components:
|
components:
|
||||||
- main
|
- main
|
||||||
signed_by: https://apt.grafana.com/gpg.key
|
signed_by: https://apt.grafana.com/gpg.key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue