Skip to content

Commit

Permalink
Bump minimal Ansible version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 27, 2017
1 parent a298640 commit a8ecf39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ env:
- ANSIBLE_VERSION=2.0.0.1
- ANSIBLE_VERSION=2.0.0.0
- ANSIBLE_VERSION=1.9.6
- ANSIBLE_VERSION=1.9.5
- ANSIBLE_VERSION=1.9.4
- ANSIBLE_VERSION=1.9.3
- ANSIBLE_VERSION=1.9.2
- ANSIBLE_VERSION=1.9.1
- ANSIBLE_VERSION=1.9.0.1
- ANSIBLE_VERSION=1.8.4
- ANSIBLE_VERSION=1.8.3
- ANSIBLE_VERSION=1.8.2
- ANSIBLE_VERSION=1.8.1
- ANSIBLE_VERSION=1.8

branches:
only:
Expand All @@ -44,7 +33,7 @@ before_install:

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

script:
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 (the latest version of) Yarn in Debian-like systems
license: MIT
min_ansible_version: 1.8
min_ansible_version: 1.9.6
platforms:
- name: Ubuntu
versions:
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
- hosts: localhost
connection: local
sudo: true
become: true
pre_tasks:
- include: pre.yml
roles:
Expand Down
2 changes: 1 addition & 1 deletion tests/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
- hosts: all
remote_user: vagrant
sudo: true
become: true
pre_tasks:
- include: pre.yml
roles:
Expand Down

0 comments on commit a8ecf39

Please sign in to comment.