summaryrefslogtreecommitdiff
path: root/roles/ubuntu-ws
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-03 03:33:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-03 03:33:21 +0200
commit1b5e37c03eeef86c56722b7141e80cb97c8af1f0 (patch)
tree88fa43a2aaa7287f2ec2c6ea8774fa76850f3763 /roles/ubuntu-ws
parentwhitespace fix (diff)
don't use netplan
Diffstat (limited to 'roles/ubuntu-ws')
-rw-r--r--roles/ubuntu-ws/tasks/main.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/ubuntu-ws/tasks/main.yml b/roles/ubuntu-ws/tasks/main.yml
index 30b77816..66efb6a5 100644
--- a/roles/ubuntu-ws/tasks/main.yml
+++ b/roles/ubuntu-ws/tasks/main.yml
@@ -70,10 +70,11 @@
autoremove: yes
purge: yes
-- name: remove netplan config for network-manager
- file:
- name: /etc/netplan/01-network-manager-all.yaml
- state: absent
+## TODO: check if we still need to remove this?
+# - name: remove netplan config for network-manager
+# file:
+# name: /etc/netplan/01-network-manager-all.yaml
+# state: absent
- name: install extra packages
apt: