Make travis install the last Ansible
This commit is contained in:
Родитель
3e52bcb403
Коммит
ca57b188b5
|
@ -5,7 +5,7 @@ before_install:
|
|||
- sudo apt-get update -qq
|
||||
install:
|
||||
# Install Ansible.
|
||||
- pip install ansible==1.6.0
|
||||
- pip install ansible
|
||||
|
||||
# Create an inventory file for testing.
|
||||
- "printf 'rabbit-standalone ansible_ssh_host=localhost' > inventory"
|
||||
|
|
|
@ -10,6 +10,10 @@ This change log follow the convention proposed by [Kepp a CHANGELOG](http://keep
|
|||
|
||||
- New option to configure permission for users
|
||||
|
||||
### Changed
|
||||
|
||||
- Travis now uses the last Ansible
|
||||
|
||||
## [1.4.0] - 2014-11-20
|
||||
|
||||
### Added
|
||||
|
|
Загрузка…
Ссылка в новой задаче