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:
parent
c77167fc17
commit
f3403cc79a
@ -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 }}-security main restricted universe multiverse
|
||||||
deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }}-updates 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 %}
|
{% else %}
|
||||||
{% set apt_mirror = apt_mirror | default('deb.debian.org') %}
|
{% set apt_mirror = apt_mirror | default('deb.debian.org') %}
|
||||||
deb http://{{ apt_mirror }}/debian/ {{ ansible_distribution_release }} main contrib non-free
|
deb http://{{ apt_mirror }}/debian/ {{ ansible_distribution_release }} main contrib non-free
|
||||||
|
Loading…
Reference in New Issue
Block a user