We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9409823 commit fa9f7c0Copy full SHA for fa9f7c0
tests/test_idempotence.sh
@@ -32,7 +32,6 @@ RED='\033[0;31m'
32
NC='\033[0m'
33
34
echo "[INFO] $VIRTUALENV_NAME running idempotence test..."
35
-ansible-playbook -i ${INVENTORY} --limit ${box} ${PLAYBOOK}
36
ansible-playbook -i ${INVENTORY} --limit ${box} ${PLAYBOOK} | \
37
grep "${box}" | grep -q "${PASS_CRITERIA}" && \
38
echo -ne "[TEST] $VIRTUALENV_NAME idempotence : ${GREEN}PASS${NC}\n" || \
0 commit comments