vagrant up --provision
command ended with the status as show in the screenshot.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
So as instructed in the course material I changed the command to
sudo apt install -y mongodb-enterprise --force-yes
It failed E: Unable to locate package mongodb-enterprise