Skip to content

Commit 9225dcc

Browse files
authored
added info for molecule troubleshooting
1 parent 4cc86cc commit 9225dcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

99/Molecule.md

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ export DOCKER_HOST="tcp://molecule-docker.local:2375"
5757

5858
----
5959

60+
## Troubleshooting
61+
62+
Run in debug mode and enable command-logging:
63+
64+
```bash
65+
MOLECULE_NO_LOG=false molecule --debug create
66+
```
67+
68+
----
69+
6070
## Platform
6171

6272
Molecule dynamically creates VMs or Containers that are used as target for you Ansible playbook to test.

0 commit comments

Comments
 (0)