From 47d5b8e5b5ae61c7ef6e0665d99b69c43f91b0e2 Mon Sep 17 00:00:00 2001 From: Sergei Antipov Date: Thu, 15 Feb 2018 15:25:17 +0700 Subject: [PATCH] Add ansible debugging --- tests/scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test.sh b/tests/scripts/test.sh index fe6c2a8..6a1d825 100644 --- a/tests/scripts/test.sh +++ b/tests/scripts/test.sh @@ -2,7 +2,7 @@ # -*- mode: sh; -*- # File: test.sh -# Time-stamp: <2018-02-15 15:24:30> +# Time-stamp: <2018-02-15 15:25:12> # Copyright (C) 2018 Sergei Antipov # Description: @@ -30,7 +30,7 @@ ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e image_name=${ docker kill mongo{1,2,3} && docker rm mongo{1,2,3} # Test 3 -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' +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 # Idempotence test 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' \ | grep -q 'changed=0.*failed=0' \