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.
This commit is contained in:
Alan Orth 2018-04-25 17:49:38 +03:00
parent c77167fc17
commit f3403cc79a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

View File

@ -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