From 832573acc5b20b6d0599ab0faa4579f8f90483cd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 25 Apr 2018 18:07:55 +0300 Subject: [PATCH] roles/common: Remove comments from sources.list I want this file to be more like what comes from the stock Ubuntu. --- roles/common/templates/sources.list.j2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/common/templates/sources.list.j2 b/roles/common/templates/sources.list.j2 index bb68cdb..1508a3a 100644 --- a/roles/common/templates/sources.list.j2 +++ b/roles/common/templates/sources.list.j2 @@ -1,14 +1,7 @@ {% if ansible_distribution == 'Ubuntu' %} {% set apt_mirror = apt_mirror | default("ubuntu.mirror.ac.ke") %} -############################################################# -################### OFFICIAL UBUNTU REPOS ################### -############################################################# - -###### Ubuntu Main Repos deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }} main restricted universe multiverse - -###### Ubuntu Update Repos deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }}-security main restricted universe multiverse deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }}-updates main restricted universe multiverse