Skip to content

Commit

Permalink
Bump minimal Ansible version to 1.6
Browse files Browse the repository at this point in the history
And do not use wheel for Ansible installation, since this causes problems in Ansible <= 1.8
  • Loading branch information
tersmitten committed Mar 10, 2016
1 parent c865678 commit 386f0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ env:
- ANSIBLE_VERSION=1.6.10
- ANSIBLE_VERSION=1.6.1
- ANSIBLE_VERSION=1.6
- ANSIBLE_VERSION=1.5.5
- ANSIBLE_VERSION=1.5.4
- ANSIBLE_VERSION=1.5.3
- ANSIBLE_VERSION=1.5.2
- ANSIBLE_VERSION=1.5.1
- ANSIBLE_VERSION=1.5
- ANSIBLE_VERSION=1.4.5
- ANSIBLE_VERSION=1.4.4
- ANSIBLE_VERSION=1.4.3
- ANSIBLE_VERSION=1.4.2
- ANSIBLE_VERSION=1.4.1
- ANSIBLE_VERSION=1.4

matrix:
allow_failures:
# See https://github.com/ansible/ansible/issues/6385
- env: ANSIBLE_VERSION=1.5.1

branches:
only:
Expand All @@ -65,7 +48,7 @@ before_install:

install:
# Install Ansible.
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install ansible==$ANSIBLE_VERSION; fi
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install --no-binary ansible ansible; else pip install --no-binary ansible ansible==$ANSIBLE_VERSION; fi

script:
# Check the role/playbook's syntax.
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
company: Oefenweb.nl B.V.
description: Set up fail2ban in Debian-like systems
license: MIT
min_ansible_version: 1.4
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 386f0e7

Please sign in to comment.