From e349432151d5981c4c522b550751f57f3ddad073 Mon Sep 17 00:00:00 2001 From: guppy Date: Wed, 7 Jun 2023 08:20:27 +0200 Subject: [PATCH] fix apt issue --- roles/commons/tasks/main.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/commons/tasks/main.yaml b/roles/commons/tasks/main.yaml index c4ab552..5b11c5e 100644 --- a/roles/commons/tasks/main.yaml +++ b/roles/commons/tasks/main.yaml @@ -1,3 +1,15 @@ +- name: bugfix + become: yes + file: + path: /etc/apt/sources.list.d/apt_kubernetes_io.list + state: absent + +- name: bugfix + become: yes + file: + path: /etc/apt/sources.list.d/download_com_linux_debian.list + state: absent + - name: install common packages become: yes apt: