common: don't force old-style interface names

old style interface names are not really useful anymore
but for now we don't want to force new-style names either
This commit is contained in:
Markus 2021-07-30 23:08:24 +02:00
parent 869a84dc3d
commit ead1afc293
1 changed files with 0 additions and 9 deletions

View File

@ -38,15 +38,6 @@
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
notify: update-initramfs
# TODO template /etc/network/interfaces
- name: Fix network interface names
copy: src={{ item }} dest=/etc/systemd/network/{{ item }}
with_items:
- 50-virtio-kernel-names.link
- 99-default.link
notify: update-initramfs
- name: Prevent normal users from running su
lineinfile:
path: /etc/pam.d/su