diff --git a/handlers/main.yml b/handlers/main.yml deleted file mode 100644 index f2aa675..0000000 --- a/handlers/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -- name: reconfigure initramfs - command: dpkg-reconfigure -f noninteractive initramfs-tools diff --git a/tasks/main.yml b/tasks/main.yml index 2abbaea..53f3490 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"