beetbox:
beetbox: TASK [Ensure pre tasks directory exists] ***************************************
beetbox: fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was an issue creating /var/beetbox/.beetbox/tasks as requested: [Errno 5] Input/output error: '/var/beetbox/.beetbox/tasks'", "path": "/var/beetbox/.beetbox/tasks/pre", "state": "absent"}
beetbox:
beetbox: PLAY RECAP *********************************************************************
beetbox: localhost : ok=5 changed=0 unreachable=0 failed=1
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.
Problem/Motivation
Unable to start up a new box.
Expected behaviour
That it works
Actual behaviour
Errors out
Steps to reproduce
vagrant up composer require --dev beet/box
Proposed changes
None