From 682191889fc64c2ec9f0e6fbedd68f1ca8add07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Thu, 20 Jun 2019 09:57:44 +0200 Subject: [PATCH] apt: Ubuntu bionic sources list Closes #55 --- apt/templates/bionic_basics.list.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apt/templates/bionic_basics.list.j2 diff --git a/apt/templates/bionic_basics.list.j2 b/apt/templates/bionic_basics.list.j2 new file mode 100644 index 00000000..bd3e9d9c --- /dev/null +++ b/apt/templates/bionic_basics.list.j2 @@ -0,0 +1,5 @@ +# {{ ansible_managed }} + +deb http://archive.ubuntu.com/ubuntu/ bionic {{ apt_basics_components | mandatory }} +deb http://archive.ubuntu.com/ubuntu/ bionic-updates {{ apt_basics_components | mandatory }} +deb http://security.ubuntu.com/ubuntu bionic-security {{ apt_basics_components | mandatory }}