-
Notifications
You must be signed in to change notification settings - Fork 394
blt doctor only returns error output #1590
Comments
How much of that output is manually redacted? Is I ask because it looks like What is the value of vagrant_synced_folders.0.destination in box/config.yml? |
@grasmash the output above is the literal output and yeah, the issue is how I have the box configured: vagrant_synced_folders:
- local_path: .
destination: "/var/www/{{ vagrant_machine_name }}"
type: nfs |
For the time being, I'm just going to have BLT emit an informative warning if you're using Ansible variable placeholders here. I'd accept a PR that introduces Ansible variable resolution, but I'm going to stick with MVP for now. |
@grasmash that's fine. This should be an easy enough fix. |
My system information:
When I run this command:
I get the following output:
And I expected that the command would run successfully after running
drush cc drush
and verifying the local site is reachable:The text was updated successfully, but these errors were encountered: