From 43249b4afff01786a40d9ecab879f09aab546cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 22 Oct 2023 00:16:07 +0200 Subject: [PATCH] remove migrating to new mirror --- roles/common/tasks/apt.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/common/tasks/apt.yaml b/roles/common/tasks/apt.yaml index fe8d32c..de2206e 100644 --- a/roles/common/tasks/apt.yaml +++ b/roles/common/tasks/apt.yaml @@ -6,13 +6,6 @@ replace: 'https://mirrors.sth.sze.hu' backup: yes -- name: "Replace old mirror" - replace: - path: /etc/apt/sources.list - regexp: 'mirror.niif.hu' - replace: 'mirrors.sth.sze.hu' - backup: yes - - name: "Remove Ubuntu bloatware" apt: state: absent