1- name: Add a floppy disk drive
2  vmware.vmware_rest.vcenter_vm_hardware_floppy:
3    vm: '{{ test_vm1_info.id }}'
4    allow_guest_control: true
5  register: my_floppy_drive