From 92f3499bfe9671914a04f7f69a2e9df634555f42 Mon Sep 17 00:00:00 2001 From: Morre Date: Fri, 15 Oct 2021 15:22:31 +0200 Subject: [PATCH] remove sources.list.d file as we always set sources explicitly --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index d3ef024..958215f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -36,3 +36,8 @@ community.general.alternatives: name: editor path: /usr/bin/vim.basic + +- name: remove /etc/apt/sources.list + file: + path: /etc/apt/sources.list + state: absent