mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 08:09:48 -05:00
looks like the problem may have been a bug in ansible 2.2.0.0, so pin to 2.1.3.0
This commit is contained in:
parent
28b010a2ba
commit
c9b45a7e76
@ -4,9 +4,7 @@ python:
|
||||
sudo: required
|
||||
dist: trusty
|
||||
before_install:
|
||||
- sudo apt-add-repository -y ppa:ansible/ansible
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y ansible
|
||||
- sudo pip install ansible==2.1.3.0
|
||||
install:
|
||||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||
- pip install $TRAVIS_BUILD_DIR pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user