Remove deprecated macvtap NetworkManager config.
This commit is contained in:
parent
ce9b1806f1
commit
4b4328bde5
1 changed files with 5 additions and 0 deletions
|
@ -274,6 +274,7 @@
|
||||||
- /etc/systemd/network/50-virbr1.network
|
- /etc/systemd/network/50-virbr1.network
|
||||||
- /etc/systemd/network/50-virbr2.network
|
- /etc/systemd/network/50-virbr2.network
|
||||||
- /etc/systemd/network/60-wlan0-dhcp.network
|
- /etc/systemd/network/60-wlan0-dhcp.network
|
||||||
|
- /etc/NetworkManager/system-connections/macvlan-vm-macvtap.nmconnection
|
||||||
|
|
||||||
- name: check if vm_usage_information.txt exists
|
- name: check if vm_usage_information.txt exists
|
||||||
stat: path=/lmn/vm/vm_usage_information.txt
|
stat: path=/lmn/vm/vm_usage_information.txt
|
||||||
|
@ -302,6 +303,10 @@
|
||||||
done
|
done
|
||||||
when: not ipp_everywhere.rc
|
when: not ipp_everywhere.rc
|
||||||
|
|
||||||
|
- name: Remove old VM-printerlists
|
||||||
|
shell:
|
||||||
|
cmd: rm -f /lmn/media/*/.printerlist.csv
|
||||||
|
|
||||||
- name: Remove Listen on VMBridge
|
- name: Remove Listen on VMBridge
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/cups/cupsd.conf
|
dest: /etc/cups/cupsd.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue