From ead1afc2939c99978dacac2205dc2727389455e7 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Fri, 30 Jul 2021 23:08:24 +0200 Subject: [PATCH] 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 --- roles/common/tasks/Debian.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/common/tasks/Debian.yml b/roles/common/tasks/Debian.yml index a669061..68aa10d 100644 --- a/roles/common/tasks/Debian.yml +++ b/roles/common/tasks/Debian.yml @@ -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