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