From 5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 5 Jul 2020 20:56:36 +0200 Subject: Remove don't need anymore --- ansible/roles/network/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ansible/roles/network/tasks') diff --git a/ansible/roles/network/tasks/main.yml b/ansible/roles/network/tasks/main.yml index 2087765..1443e0c 100644 --- a/ansible/roles/network/tasks/main.yml +++ b/ansible/roles/network/tasks/main.yml @@ -9,15 +9,3 @@ name: net.ipv4.ip_forward value: "1" sysctl_set: yes - -# These two lines are used to undo previous config, remove them once it is done -- name: "Update nsswitch.conf to not use systemd-resolved" - copy: src=nsswitch.conf dest=/etc/nsswitch.conf - -- name: "Disable systemd-resolved" - systemd: - name: systemd-resolved - state: stopped - enabled: false - - -- cgit v1.2.3