diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
commit | 198c69b9a2f21d85d7ec4acb3c391203b1ec2f9f (patch) | |
tree | 4e3f1cf7b136596297d09af847ffbb722c0a6148 /roles/ubuntu-ws | |
parent | lwl k8s: add node 03 (diff) |
add new workstation
Diffstat (limited to 'roles/ubuntu-ws')
-rw-r--r-- | roles/ubuntu-ws/tasks/main.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/roles/ubuntu-ws/tasks/main.yml b/roles/ubuntu-ws/tasks/main.yml index 66efb6a5..30b77816 100644 --- a/roles/ubuntu-ws/tasks/main.yml +++ b/roles/ubuntu-ws/tasks/main.yml @@ -70,11 +70,10 @@ autoremove: yes purge: yes -## 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: remove netplan config for network-manager + file: + name: /etc/netplan/01-network-manager-all.yaml + state: absent - name: install extra packages apt: |