From 1033f0eb75096924a4cebfdcaa988096af064f93 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Mon, 2 Nov 2020 15:50:27 +0100 Subject: [PATCH] Bump min_ansible_version --- .travis.yml | 40 ---------------------------------------- Dockerfile | 2 +- meta/main.yml | 2 +- 3 files changed, 2 insertions(+), 42 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8e6ccf..dbc9e3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index 6d537d5..78650c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/meta/main.yml b/meta/main.yml index 7585ec8..14cf8da 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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: