diff --git a/.travis.yml b/.travis.yml index f210f21..6851d1d 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 fb64ccf..8128fe6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,7 +6,7 @@ galaxy_info: company: Oefenweb.nl B.V. description: Manage ca-certificates in Debian-like systems license: MIT - min_ansible_version: 2.6.0 + min_ansible_version: 2.8.0 platforms: - name: Ubuntu versions: