aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/network/tasks
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-07-05 20:56:36 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-07-05 20:56:36 +0200
commit5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6 (patch)
tree080691d623ab8c31f5e3d7bd5cf19f247cc93db9 /ansible/roles/network/tasks
parent09878271f2a207ffb33c1f293dd26ee97cc6fff2 (diff)
downloadinfrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.tar.gz
infrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.zip
Remove don't need anymore
Diffstat (limited to 'ansible/roles/network/tasks')
-rw-r--r--ansible/roles/network/tasks/main.yml12
1 files changed, 0 insertions, 12 deletions
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
-
-