Skip to content

Commit fa9f7c0

Browse files
committed
no need to run playbook again since Vagrant provisions the box with the same playbook.
1 parent 9409823 commit fa9f7c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_idempotence.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RED='\033[0;31m'
3232
NC='\033[0m'
3333

3434
echo "[INFO] $VIRTUALENV_NAME running idempotence test..."
35-
ansible-playbook -i ${INVENTORY} --limit ${box} ${PLAYBOOK}
3635
ansible-playbook -i ${INVENTORY} --limit ${box} ${PLAYBOOK} | \
3736
grep "${box}" | grep -q "${PASS_CRITERIA}" && \
3837
echo -ne "[TEST] $VIRTUALENV_NAME idempotence : ${GREEN}PASS${NC}\n" || \

0 commit comments

Comments
 (0)