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 fc3ae7b commit 2bb7d47Copy full SHA for 2bb7d47
scripts/ci.sh
@@ -23,13 +23,15 @@ function main() {
23
docker exec -t "${container}" ansible-playbook \
24
-i "${WORKSPACE}/tests/inventory" \
25
--syntax-check \
26
+ -v \
27
--extra-vars="minecraft_process_control=${PROCESS_CONTROL}" \
28
"${WORKSPACE}/tests/site.yml"
29
30
# Install Minecraft.
31
32
33
-c local \
34
35
36
37
0 commit comments