remove deprecated networkd and NetworkManager entries
This commit is contained in:
parent
496f99b519
commit
f62969b2c2
2 changed files with 28 additions and 20 deletions
|
@ -233,3 +233,11 @@
|
|||
when: ansible_interfaces | select('search', 'wl.+') | first is defined
|
||||
- lmn_networkd
|
||||
- lmn_localuser
|
||||
tasks:
|
||||
- name: Remove deprecated files and directories (laptop-class)
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- /etc/systemd/network/80-wlan-dhcp.network
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue