diff options
-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 |