diff options
Diffstat (limited to 'ansible/roles/network/tasks')
-rw-r--r-- | ansible/roles/network/tasks/main.yml | 12 |
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 - - |