Skip to content

Commit 47d5b8e

Browse files
committed
Add ansible debugging
1 parent c0ba5da commit 47d5b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: test.sh
5-
# Time-stamp: <2018-02-15 15:24:30>
5+
# Time-stamp: <2018-02-15 15:25:12>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -30,7 +30,7 @@ ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e image_name=${
3030
docker kill mongo{1,2,3} && docker rm mongo{1,2,3}
3131

3232
# Test 3
33-
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs'
33+
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs' -vvv
3434
# Idempotence test
3535
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs' \
3636
| grep -q 'changed=0.*failed=0' \

0 commit comments

Comments
 (0)