--- - hosts: all remote_user: root tasks: - name: unmount NFS command: umount -f {{ item }} with_items: - /scratch - /users - /music - /video - /backup