diff --git a/lmn-client.yml b/lmn-client.yml index d2b0cb8..cf19633 100644 --- a/lmn-client.yml +++ b/lmn-client.yml @@ -274,6 +274,7 @@ - /etc/systemd/network/50-virbr1.network - /etc/systemd/network/50-virbr2.network - /etc/systemd/network/60-wlan0-dhcp.network + - /etc/NetworkManager/system-connections/macvlan-vm-macvtap.nmconnection - name: check if vm_usage_information.txt exists stat: path=/lmn/vm/vm_usage_information.txt @@ -302,6 +303,10 @@ done when: not ipp_everywhere.rc + - name: Remove old VM-printerlists + shell: + cmd: rm -f /lmn/media/*/.printerlist.csv + - name: Remove Listen on VMBridge lineinfile: dest: /etc/cups/cupsd.conf