Skip to content

Commit 1da53d9

Browse files
committed
Bump min_ansible_version
1 parent e3b5b1d commit 1da53d9

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

.travis.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -44,46 +44,6 @@ env:
4444
- ANSIBLE_VERSION=2.8.2
4545
- ANSIBLE_VERSION=2.8.1
4646
- ANSIBLE_VERSION=2.8.0
47-
- ANSIBLE_VERSION=2.7.18
48-
- ANSIBLE_VERSION=2.7.17
49-
- ANSIBLE_VERSION=2.7.16
50-
- ANSIBLE_VERSION=2.7.15
51-
- ANSIBLE_VERSION=2.7.14
52-
- ANSIBLE_VERSION=2.7.13
53-
- ANSIBLE_VERSION=2.7.12
54-
- ANSIBLE_VERSION=2.7.11
55-
- ANSIBLE_VERSION=2.7.10
56-
- ANSIBLE_VERSION=2.7.9
57-
- ANSIBLE_VERSION=2.7.8
58-
- ANSIBLE_VERSION=2.7.7
59-
- ANSIBLE_VERSION=2.7.6
60-
- ANSIBLE_VERSION=2.7.5
61-
- ANSIBLE_VERSION=2.7.4
62-
- ANSIBLE_VERSION=2.7.3
63-
- ANSIBLE_VERSION=2.7.2
64-
- ANSIBLE_VERSION=2.7.1
65-
- ANSIBLE_VERSION=2.7.0
66-
- ANSIBLE_VERSION=2.6.20
67-
- ANSIBLE_VERSION=2.6.19
68-
- ANSIBLE_VERSION=2.6.18
69-
- ANSIBLE_VERSION=2.6.17
70-
- ANSIBLE_VERSION=2.6.16
71-
- ANSIBLE_VERSION=2.6.15
72-
- ANSIBLE_VERSION=2.6.14
73-
- ANSIBLE_VERSION=2.6.13
74-
- ANSIBLE_VERSION=2.6.12
75-
- ANSIBLE_VERSION=2.6.11
76-
- ANSIBLE_VERSION=2.6.10
77-
- ANSIBLE_VERSION=2.6.9
78-
- ANSIBLE_VERSION=2.6.8
79-
- ANSIBLE_VERSION=2.6.7
80-
- ANSIBLE_VERSION=2.6.6
81-
- ANSIBLE_VERSION=2.6.5
82-
- ANSIBLE_VERSION=2.6.4
83-
- ANSIBLE_VERSION=2.6.3
84-
- ANSIBLE_VERSION=2.6.2
85-
- ANSIBLE_VERSION=2.6.1
86-
- ANSIBLE_VERSION=2.6.0
8747

8848
branches:
8949
only:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm -rf $HOME/.cache
1111
# ansible
1212
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gcc libffi-dev libssl-dev && \
1313
apt-get clean
14-
RUN pip install ansible==2.6.2
14+
RUN pip install ansible==2.9.14
1515
RUN rm -rf $HOME/.cache
1616

1717
# provision

meta/main.yml

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

0 commit comments

Comments
 (0)