remove the floppy tasks

This commit is contained in:
Andreas Zweili 2021-10-25 13:11:31 +02:00
parent db8f62d3c6
commit 6e091acfbc
2 changed files with 0 additions and 13 deletions

View File

@ -1,2 +0,0 @@
- name: reconfigure initramfs
command: dpkg-reconfigure -f noninteractive initramfs-tools

View File

@ -23,14 +23,3 @@
- name: "Lock root user"
command: "passwd -l root"
- name: "Blacklist the floppy driver module"
kernel_blacklist:
name: "floppy"
state: "present"
notify: "reconfigure initramfs"
- name: "Unload the floppy driver module"
modprobe:
name: "floppy"
state: "absent"