diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-10-03 03:33:21 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-10-03 03:33:21 +0200 |
commit | 1b5e37c03eeef86c56722b7141e80cb97c8af1f0 (patch) | |
tree | 88fa43a2aaa7287f2ec2c6ea8774fa76850f3763 /roles/ubuntu-ws | |
parent | whitespace fix (diff) |
don't use netplan
Diffstat (limited to 'roles/ubuntu-ws')
-rw-r--r-- | roles/ubuntu-ws/tasks/main.yml | 9 |
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: |