--- - name: Unmount device mount: fstab: "{{ mount.fstab | default(omit, true) }}" path: "{{ mount.path }}" src: "{{ mount.device }}" state: "unmounted" ...