This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
To debug the provisioning step Drupal VM can run the `ansible-playbook` command in verbose mode if you set the `DRUPALVM_DEBUG` environment variable. | ||
|
||
```sh | ||
# verbose mode: ansible-playbook -v | ||
DRUPALVM_DEBUG=1 vagrant provision | ||
DRUPALVM_DEBUG=v vagrant provision | ||
|
||
# for even more messages: ansible-playbook -vvv | ||
DRUPALVM_DEBUG=vvv vagrant provision | ||
|
||
# for debug mode: ansible-playbook -vvvv | ||
DRUPALVM_DEBUG=vvvv vagrant provision | ||
``` | ||
|
||
In addition to running in verbose mode this also enables deprecation warnings. | ||
|
||
For debugging information related to Vagrant see [documentation](https://www.vagrantup.com/docs/other/debugging.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters