Skip to content

Commit fc72d3b

Browse files
committed
Unbreak deploy.
With ansible 2.1.2.0 deployment fails with assertion: TASK [Ensuring that WAR file exists] ******************************************* fatal: [my-stamps.ru -> 127.0.0.1]: FAILED! => {"assertion": "war_file.stat.exists", "changed": false, "evaluated_to": false, "failed": true}
1 parent 102641b commit fc72d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_script:
1111
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
1212
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
1313
if [ "$TRAVIS_BRANCH" = 'prod' ]; then
14-
pip install --user ansible;
14+
pip install --user ansible==2.1.1.0;
1515
fi;
1616
npm install -g bootlint;
1717
pip install --user html5validator;

0 commit comments

Comments
 (0)