We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581d12c commit 5a1ba33Copy full SHA for 5a1ba33
roles/create_container/tasks/main.yml
@@ -83,7 +83,7 @@
83
executable: /bin/bash
84
85
- name: Start the container. Vagrant may attempt to install VirtualBox Guest Additions here.
86
- shell: vagrant up --no-provision > {{ container_name }}.log
+ shell: vagrant up --no-provision --provider docker > {{ container_name }}.log
87
chdir={{ container_dir }}
88
89
- name: Provision the container. A log exists in machines/.
0 commit comments