vccw-team/vccw

Document root change

inetbiz opened this issue · 2 comments

Operating System: Win10
Vagrant Version: 2.0.1
VirtualBox Version: 5.1.30 r118389 (Qt 5.6.2)

propose change to /provision/playbooks/templates/site.conf
DocumentRoot {{ vccw.document_root }}{{ vccw.hostname }}/public

My build fails with the following error:

TASK [Create a Movefile] *******************************************************
fatal: [vccr.test]: FAILED! => {"changed": true, "cmd": "/bin/bash -lc \"wp scaffold movefile --force\"", "delta": "0:00:00.271249", "end": "2017-12-29 12:15:02.880041", "failed": true, "rc": 1, "start": "2017-12-29 12:15:02.608792", "stderr": "Error: This does not seem to be a WordPress install.\nPass --path=`path/to/wordpress` or run `wp core download`.", "stderr_lines": ["Error: This does not seem to be a WordPress install.", "Pass --path=`path/to/wordpress` or run `wp core download`."], "stdout": "", "stdout_lines": []}
        to retry, use: --limit @/vagrant/provision/playbook.retry

PLAY RECAP *********************************************************************
vccr.test                  : ok=65   changed=56   unreachable=0    failed=1

Cannot track down what other files must be changed for this feature request.

Even after hitting a few things missed, I still fail TASK [Create a Movefile] And, unsure what has to change?