summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_repos/templates')
-rw-r--r--roles/openshift_repos/templates/yum_repo.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_repos/templates/yum_repo.j2 b/roles/openshift_repos/templates/yum_repo.j2
index 7ea2c7460..2d9243545 100644
--- a/roles/openshift_repos/templates/yum_repo.j2
+++ b/roles/openshift_repos/templates/yum_repo.j2
@@ -1,4 +1,3 @@
-# {{ ansible_managed }}
{% for repo in openshift_additional_repos %}
[{{ repo.id }}]
name={{ repo.name | default(repo.id) }}