Skip to content

Commit

Permalink
Bump min_ansible_version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 2, 2020
1 parent 82c9773 commit 1033f0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,46 +44,6 @@ env:
- ANSIBLE_VERSION=2.8.2
- ANSIBLE_VERSION=2.8.1
- ANSIBLE_VERSION=2.8.0
- ANSIBLE_VERSION=2.7.18
- ANSIBLE_VERSION=2.7.17
- ANSIBLE_VERSION=2.7.16
- ANSIBLE_VERSION=2.7.15
- ANSIBLE_VERSION=2.7.14
- ANSIBLE_VERSION=2.7.13
- ANSIBLE_VERSION=2.7.12
- ANSIBLE_VERSION=2.7.11
- ANSIBLE_VERSION=2.7.10
- ANSIBLE_VERSION=2.7.9
- ANSIBLE_VERSION=2.7.8
- ANSIBLE_VERSION=2.7.7
- ANSIBLE_VERSION=2.7.6
- ANSIBLE_VERSION=2.7.5
- ANSIBLE_VERSION=2.7.4
- ANSIBLE_VERSION=2.7.3
- ANSIBLE_VERSION=2.7.2
- ANSIBLE_VERSION=2.7.1
- ANSIBLE_VERSION=2.7.0
- ANSIBLE_VERSION=2.6.20
- ANSIBLE_VERSION=2.6.19
- ANSIBLE_VERSION=2.6.18
- ANSIBLE_VERSION=2.6.17
- ANSIBLE_VERSION=2.6.16
- ANSIBLE_VERSION=2.6.15
- ANSIBLE_VERSION=2.6.14
- ANSIBLE_VERSION=2.6.13
- ANSIBLE_VERSION=2.6.12
- ANSIBLE_VERSION=2.6.11
- ANSIBLE_VERSION=2.6.10
- ANSIBLE_VERSION=2.6.9
- ANSIBLE_VERSION=2.6.8
- ANSIBLE_VERSION=2.6.7
- ANSIBLE_VERSION=2.6.6
- ANSIBLE_VERSION=2.6.5
- ANSIBLE_VERSION=2.6.4
- ANSIBLE_VERSION=2.6.3
- ANSIBLE_VERSION=2.6.2
- ANSIBLE_VERSION=2.6.1
- ANSIBLE_VERSION=2.6.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.6.2
RUN pip install ansible==2.9.14
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 up percona-server client in Debian-like systems
license: MIT
min_ansible_version: 2.6.0
min_ansible_version: 2.8.0
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 1033f0e

Please sign in to comment.