diff options
author | Nick White <git@njw.name> | 2020-10-19 14:31:13 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-10-19 14:31:13 +0100 |
commit | 153e14294d13ec0beac2211419b89f522a49e346 (patch) | |
tree | 5e2e6c1921f1956fbbe3d7d20791af93cfd3d625 | |
parent | b52c3224b1b18bf3965e260942622605cf493a22 (diff) |
Remove undeeded backport as images are based on buster now
-rw-r--r-- | roles/pipeliner/tasks/pipeline.yml | 8 |
1 files changed, 0 insertions, 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 |