Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
* Add latest Ansible versions
* Change dist to xenial
* Also test on Python 3.x
  • Loading branch information
tersmitten committed Apr 17, 2020
1 parent dd2b401 commit 22b3076
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
28 changes: 10 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
---
sudo: required
dist: trusty
dist: xenial

language: python
python: "2.7"
python:
- "2.7"
- "3.5"

env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.9.7
- ANSIBLE_VERSION=2.9.6
- ANSIBLE_VERSION=2.9.5
- ANSIBLE_VERSION=2.9.4
- ANSIBLE_VERSION=2.9.3
- ANSIBLE_VERSION=2.9.2
- ANSIBLE_VERSION=2.9.1
- ANSIBLE_VERSION=2.9.0
- ANSIBLE_VERSION=2.8.11
- ANSIBLE_VERSION=2.8.10
- ANSIBLE_VERSION=2.8.9
- ANSIBLE_VERSION=2.8.8
- ANSIBLE_VERSION=2.8.7
- ANSIBLE_VERSION=2.8.6
Expand All @@ -22,6 +29,7 @@ env:
- ANSIBLE_VERSION=2.8.2
- ANSIBLE_VERSION=2.8.1
- ANSIBLE_VERSION=2.8.0
- ANSIBLE_VERSION=2.7.17
- ANSIBLE_VERSION=2.7.16
- ANSIBLE_VERSION=2.7.15
- ANSIBLE_VERSION=2.7.14
Expand Down Expand Up @@ -60,22 +68,6 @@ env:
- ANSIBLE_VERSION=2.6.2
- ANSIBLE_VERSION=2.6.1
- ANSIBLE_VERSION=2.6.0
- ANSIBLE_VERSION=2.5.15
- ANSIBLE_VERSION=2.5.14
- ANSIBLE_VERSION=2.5.13
- ANSIBLE_VERSION=2.5.12
- ANSIBLE_VERSION=2.5.11
- ANSIBLE_VERSION=2.5.10
- ANSIBLE_VERSION=2.5.9
- ANSIBLE_VERSION=2.5.8
- ANSIBLE_VERSION=2.5.7
- ANSIBLE_VERSION=2.5.6
- ANSIBLE_VERSION=2.5.5
- ANSIBLE_VERSION=2.5.4
- ANSIBLE_VERSION=2.5.3
- ANSIBLE_VERSION=2.5.2
- ANSIBLE_VERSION=2.5.1
- ANSIBLE_VERSION=2.5.0

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN rm -rf $HOME/.cache
# ansible
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gcc libffi-dev libssl-dev && \
apt-get clean
RUN pip install ansible==2.3.2.0
RUN pip install ansible==2.6.2
RUN rm -rf $HOME/.cache

# provision
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
company: Oefenweb.nl B.V.
description: Set locales on Debian-like systems
license: MIT
min_ansible_version: 2.5.0.0
min_ansible_version: 2.6.0
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 22b3076

Please sign in to comment.