File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,12 @@ before_install:
77
77
78
78
script :
79
79
# Test 1
80
- <<<<<<< HEAD
81
- - sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
82
- # Idempotence test
83
80
- >
84
81
sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
85
- | grep -q 'changed=0.*failed=0'
86
- =======
87
- - >
88
- sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION}
89
- -e image_name=${DISTRIBUTION}:${DIST_VERSION}
90
82
# Idempotence test
91
83
- >
92
- sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION}
93
- -e image_name=${DISTRIBUTION}:${DIST_VERSION} | grep -q 'changed=0.*failed=0'
94
- >>>>>>> 9ba2bbc86a637ae1250cab42ce4f1192f6979fb6
84
+ sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
85
+ | grep -q 'changed=0.*failed=0'
95
86
&& (echo 'Idempotence test: pass' && exit 0)
96
87
|| (echo 'Idempotence test: fail' && exit 1)
97
88
You can’t perform that action at this time.
0 commit comments