From 37ccc19e048445e39cccead8e162d60f96bd0cc9 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Mon, 3 Apr 2023 14:08:17 +0200 Subject: [PATCH] Drop useless step Signed-off-by: Emmy D'Anello --- roles/apt/tasks/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml index 4b99189..5a70d20 100644 --- a/roles/apt/tasks/main.yml +++ b/roles/apt/tasks/main.yml @@ -1,13 +1,4 @@ --- -- name: Clear charybde configuration - lineinfile: - state: absent - path: /etc/hosts - regex: "^{{ item }}" - loop: - - "185.230.79.30" - - "2a0c:700:2:0:ea39:35ff:fef0:48c9" - - name: Add mirror.adm.ynerant.fr in /etc/hosts lineinfile: state: present