Composer could not find a composer.json file in /srv/www/example.com/current

When I run vagrant provision on a new trellis/bedrock combo on Windows I get:

==> default: failed: [192.168.50.5] => (item=example.com) => {“changed”: true, “cmd”: [“composer”, “install”], “delta”: “0:00:00.062992”, “end”: “2016-04-20 07:26:21.423303”, “failed”: true, “item”: “example.com”, “rc”: 1, “start”: “2016-04-20 07:26:21.360311”, “stderr”: “You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug\nRunning composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted\nComposer could not find a composer.json file in /srv/www/example.com/current\nTo initialize a project, please create a composer.json file as described in the https://getcomposer.org/ “Getting Started” section”, “stdout”: “”, “stdout_lines”: [], “warnings”: []}

Why is it looking in example.com, I’ve search/replaced all instances of example.com with my actual domain and example.dev with my development hosts entry domain.

example.com is only found in the group_vars configs. So for it to appear it has to be in there somewhere.