From 54c27af3dc70339047b5b10c02419b00df1e8ec2 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 9 Apr 2021 23:37:20 +0200 Subject: [PATCH] Bugfix: apt sources.list (#66) Bugfix: apt sources.list Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/66 Co-Authored-By: mg Co-Committed-By: mg --- .../mgrote.apt_manage_sources/templates/ubuntu_sources.list | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/mgrote.apt_manage_sources/templates/ubuntu_sources.list b/roles/mgrote.apt_manage_sources/templates/ubuntu_sources.list index f3169e38..20e05b53 100644 --- a/roles/mgrote.apt_manage_sources/templates/ubuntu_sources.list +++ b/roles/mgrote.apt_manage_sources/templates/ubuntu_sources.list @@ -6,6 +6,6 @@ deb http://{{ manage_sources_apt_proxy_url }}de.archive.ubuntu.com/ubuntu/ {{ans deb http://{{ manage_sources_apt_proxy_url }}de.archive.ubuntu.com/ubuntu/ {{ansible_distribution_release}} multiverse deb http://{{ manage_sources_apt_proxy_url }}de.archive.ubuntu.com/ubuntu/ {{ansible_distribution_release}}-updates multiverse deb http://{{ manage_sources_apt_proxy_url }}de.archive.ubuntu.com/ubuntu/ {{ansible_distribution_release}}-backports main restricted universe multiverse -deb http://{{ manage_sources_apt_proxy_url }}/security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security main restricted -deb http://{{ manage_sources_apt_proxy_url }}/security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security universe -deb http://{{ manage_sources_apt_proxy_url }}/security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security multiverse +deb http://{{ manage_sources_apt_proxy_url }}security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security main restricted +deb http://{{ manage_sources_apt_proxy_url }}security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security universe +deb http://{{ manage_sources_apt_proxy_url }}security.ubuntu.com/ubuntu {{ansible_distribution_release}}-security multiverse