mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
Speed up Travis
This commit is contained in:
parent
f1c159854d
commit
9b2beed513
1 changed files with 3 additions and 6 deletions
|
@ -1,15 +1,12 @@
|
||||||
---
|
---
|
||||||
language: python
|
language: c
|
||||||
python: "2.7"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Make sure everything's up to date.
|
- sudo add-apt-repository -y ppa:ansible/ansible
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get -qq install ansible
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install Ansible.
|
|
||||||
- pip install ansible
|
|
||||||
|
|
||||||
# Add ansible.cfg to pick up roles path.
|
# Add ansible.cfg to pick up roles path.
|
||||||
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
|
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue