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 938f13e commit abb6394Copy full SHA for abb6394
environments/common/files/grafana/grafana.repo.j2
@@ -5,7 +5,7 @@ enabled = 0
5
name = grafana
6
async = 1
7
gpgcheck = 0
8
-{% if dnf_repos_password is defined %}
+{% if 'dnf_repos' in group_names and dnf_repos_password is defined %}
9
password = {{ dnf_repos_password }}
10
username = {{ dnf_repos_username }}
11
{% endif %}
0 commit comments