Trellis ansible playbook command not found

Hello,

I’m trying out all the services from roots(trellis, bedrock, sage), from startup to deployment. Now i’m getting stuck on the deployment part.

I get the next error when i try to deploy the website to a ubuntu digtal ocean droplet.
image

This next images shows line 45 of deploy.sh
image

I have followed the next tutorial in combination with the docs.

any suggestions what i’m doing wrong?

Thanks for the time :slight_smile:

Do you have Ansible installed locally on your computer?

I don’t think so because it cant find the command, my os is Windows is there any guide to install this?

Thanks for your answer.

See: https://roots.io/trellis/docs/windows/

With Ansible installed on your Vagrant VM, you must run Ansible commands on the VM, not on the Windows host.

4 Likes