From d04ff7dc886d9d8b9383532a71a39de3f8a433b6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 11 May 2020 02:32:50 +0200 Subject: add apt-repo/base and backports --- roles/apt-repo/base/templates/Ubuntu.list.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/apt-repo/base/templates/Ubuntu.list.j2 (limited to 'roles/apt-repo/base/templates/Ubuntu.list.j2') diff --git a/roles/apt-repo/base/templates/Ubuntu.list.j2 b/roles/apt-repo/base/templates/Ubuntu.list.j2 new file mode 100644 index 00000000..2a336994 --- /dev/null +++ b/roles/apt-repo/base/templates/Ubuntu.list.j2 @@ -0,0 +1,3 @@ +deb http://{{ apt_repo_providers[apt_repo_provider].ubuntu }}/ubuntu {{ ansible_distribution_release }} {{ apt_repo_components | default(apt_repo_base_components.ubuntu) | join(' ') }} +deb http://{{ apt_repo_providers[apt_repo_provider].ubuntu }}/ubuntu {{ ansible_distribution_release }}-updates {{ apt_repo_components | default(apt_repo_base_components.ubuntu) | join(' ') }} +deb http://{{ apt_repo_providers[apt_repo_provider].ubuntu }}/ubuntu {{ ansible_distribution_release }}-security {{ apt_repo_components | default(apt_repo_base_components.ubuntu) | join(' ') }} -- cgit v1.2.3