- 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"