Skip to content

Commit 2bb7d47

Browse files
committed
Increase verbosity of build
1 parent fc3ae7b commit 2bb7d47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ function main() {
2323
docker exec -t "${container}" ansible-playbook \
2424
-i "${WORKSPACE}/tests/inventory" \
2525
--syntax-check \
26+
-v \
2627
--extra-vars="minecraft_process_control=${PROCESS_CONTROL}" \
2728
"${WORKSPACE}/tests/site.yml"
2829

2930
# Install Minecraft.
3031
docker exec -t "${container}" ansible-playbook \
3132
-i "${WORKSPACE}/tests/inventory" \
3233
-c local \
34+
-v \
3335
--extra-vars="minecraft_process_control=${PROCESS_CONTROL}" \
3436
"${WORKSPACE}/tests/site.yml"
3537

0 commit comments

Comments
 (0)