From 153e14294d13ec0beac2211419b89f522a49e346 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 19 Oct 2020 14:31:13 +0100 Subject: Remove undeeded backport as images are based on buster now --- roles/pipeliner/tasks/pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/pipeliner/tasks/pipeline.yml b/roles/pipeliner/tasks/pipeline.yml index e85b612..b83df27 100644 --- a/roles/pipeliner/tasks/pipeline.yml +++ b/roles/pipeliner/tasks/pipeline.yml @@ -1,13 +1,5 @@ --- -# Needed for stretch as we need golang >= 1.11 (for modules), and stretch -# only has 1.8 available -- name: Install debian backports - lineinfile: - path: /etc/apt/sources.list.d/backports.list - line: deb http://deb.debian.org/debian stretch-backports main - create: yes - # This shouldn't be needed due to update_cache line in the below install rule, # however that doesn't seem to trigger for some reason - name: Update apt -- cgit v1.2.1-24-ge1ad