From f3403cc79a03034c02bb17eada1a23eb5bd0cc70 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 25 Apr 2018 17:49:38 +0300 Subject: [PATCH] roles/common: Remove Ubuntu partner repo from apt sources I haven't used this in years, and it looks to only be proprietary things like Adobe, Skype, etc. --- roles/common/templates/sources.list.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/common/templates/sources.list.j2 b/roles/common/templates/sources.list.j2 index f10e3eb..bb68cdb 100644 --- a/roles/common/templates/sources.list.j2 +++ b/roles/common/templates/sources.list.j2 @@ -12,9 +12,6 @@ deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }} main rest 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 -###### Ubuntu Partner Repo -deb http://archive.canonical.com/ubuntu {{ ansible_distribution_release }} partner - {% else %} {% set apt_mirror = apt_mirror | default('deb.debian.org') %} deb http://{{ apt_mirror }}/debian/ {{ ansible_distribution_release }} main contrib non-free