Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit bea6b51

Browse files
authored
remove ansible verbose messages (#263)
1 parent 3518a52 commit bea6b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IMAGE_PREFIX="testing"
1313

1414
# Setup Ansible CMD
1515
cd $WHISKDIR/ansible
16-
ANSIBLE_CMD="ansible-playbook -vvv -i ${ROOTDIR}/ansible/environments/local -e docker_image_prefix=${IMAGE_PREFIX}"
16+
ANSIBLE_CMD="ansible-playbook -i ${ROOTDIR}/ansible/environments/local -e docker_image_prefix=${IMAGE_PREFIX}"
1717

1818
# Weird probem with Travis container names already taken, but we are suppose to get a clean VM
1919
$ANSIBLE_CMD teardown.yml

0 commit comments

Comments
 (0)