We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305a057 commit 1b4c867Copy full SHA for 1b4c867
environments/common/files/grafana/grafana.repo.j2
@@ -1,6 +1,6 @@
1
{{ ansible_managed | comment }}
2
[grafana]
3
-baseurl = {{ appliances_pulp_url }}/pulp/content/{{ dnf_repos_all['grafana'][ansible_distribution_version_major]['pulp_path'] }}/{{ dnf_repos_all['grafana'][ansible_distribution_major_version]['pulp_timestamp'] }}
+baseurl = {{ appliances_pulp_url }}/pulp/content/{{ dnf_repos_all['grafana'][ansible_distribution_major_version]['pulp_path'] }}/{{ dnf_repos_all['grafana'][ansible_distribution_major_version]['pulp_timestamp'] }}
4
enabled = 0
5
name = grafana
6
async = 1
0 commit comments