Skip to content

Commit 1e9a7d0

Browse files
committed
Add latest Ansible versions (2.5.10, 2.5.11, 2.6.7)
And bump the minimal Ansible version to 2.5.0
1 parent a839bea commit 1e9a7d0

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.travis.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ python: "2.7"
77

88
env:
99
- ANSIBLE_VERSION=latest
10-
- ANSIBLE_VERSION=2.7.0
1110
- ANSIBLE_VERSION=2.7.1
11+
- ANSIBLE_VERSION=2.7.0
12+
- ANSIBLE_VERSION=2.6.7
1213
- ANSIBLE_VERSION=2.6.6
1314
- ANSIBLE_VERSION=2.6.5
1415
- ANSIBLE_VERSION=2.6.4
1516
- ANSIBLE_VERSION=2.6.3
1617
- ANSIBLE_VERSION=2.6.2
1718
- ANSIBLE_VERSION=2.6.1
1819
- ANSIBLE_VERSION=2.6.0
20+
- ANSIBLE_VERSION=2.5.11
21+
- ANSIBLE_VERSION=2.5.10
1922
- ANSIBLE_VERSION=2.5.9
2023
- ANSIBLE_VERSION=2.5.8
2124
- ANSIBLE_VERSION=2.5.7
@@ -26,21 +29,6 @@ env:
2629
- ANSIBLE_VERSION=2.5.2
2730
- ANSIBLE_VERSION=2.5.1
2831
- ANSIBLE_VERSION=2.5.0
29-
- ANSIBLE_VERSION=2.4.6.0
30-
- ANSIBLE_VERSION=2.4.5.0
31-
- ANSIBLE_VERSION=2.4.4.0
32-
- ANSIBLE_VERSION=2.4.3.0
33-
- ANSIBLE_VERSION=2.4.2.0
34-
- ANSIBLE_VERSION=2.4.1.0
35-
- ANSIBLE_VERSION=2.4.0.0
36-
- ANSIBLE_VERSION=2.3.3.0
37-
- ANSIBLE_VERSION=2.3.2.0
38-
- ANSIBLE_VERSION=2.3.1.0
39-
- ANSIBLE_VERSION=2.3.0.0
40-
- ANSIBLE_VERSION=2.2.3.0
41-
- ANSIBLE_VERSION=2.2.2.0
42-
- ANSIBLE_VERSION=2.2.1.0
43-
- ANSIBLE_VERSION=2.2.0.0
4432

4533
branches:
4634
only:

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ galaxy_info:
55
company: Oefenweb.nl B.V.
66
description: Set up the latest version of GNU Parallel in Debian-like systems
77
license: MIT
8-
min_ansible_version: 2.2.0.0
8+
min_ansible_version: 2.5.0.0
99
platforms:
1010
- name: Ubuntu
1111
versions:

0 commit comments

Comments
 (0)