'playbook' does not exist on the guest

New to all of this. Trying to get a local dev environment up and running.

When running this command from the trellis directory:
vagrant up --provision

The result is this:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'bento/ubuntu-16.04' is up to date...
==> default: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> default: [vagrant-hostmanager:host] Updating hosts file on your workstation (password may be required)...
==> default: Running provisioner: ansible_local...
`playbook` does not exist on the guest: /home/vagrant/trellis/dev.yml

I found the dev.yml file, but nothing about playbook. What am I missing?

2 Likes

Same problem here.
Did you find a workaround ?

thx

When setting up trellis, did you use this guide exactly?