Vagrant provision fatal in: TASK [Start yarn]
Я пытаюсь установить Vagrant и при попытке предоставления vagrant я получаю следующую ошибку:
TASK [Start yarn] **************************************************************
fatal: [default]: FAILED! => {"changed": false, "msg": "Unable to start service yarn: Job for yarn.service failed because the control process exited with error code.\nSee \"systemctl status yarn.service\" and \"journalctl -xe\" for details.\n"}
PLAY RECAP *********************************************************************
default : ok=25 changed=3 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
systemctl status yarn.service говорит, что единица yarn.service не найдена, но TASK [Deploy yarn install] во время предоставления Vagrant имеет статус ok: [default].
Как я могу решить проблему?