From 293dd115d11285893465b7c4e633481dc3eee900 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Tue, 19 Feb 2019 21:45:41 +0100 Subject: [PATCH] break: remove support ansible < 2.6 --- .kitchen.yml | 2 +- .travis.yml | 3 +-- CHANGELOG.md | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 37384df..92ea206 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -18,7 +18,7 @@ provisioner: platforms: - name: debian-9 driver_config: - image: "nishiki/debian9:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.6' %>" + image: "nishiki/debian9:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.7' %>" command: /bin/systemd volume: - /sys/fs/cgroup:/sys/fs/cgroup:ro diff --git a/.travis.yml b/.travis.yml index eaf6c95..73faf4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ sudo: required language: ruby env: - - ANSIBLE_VERSION=2.4 - - ANSIBLE_VERSION=2.5 - ANSIBLE_VERSION=2.6 + - ANSIBLE_VERSION=2.7 services: - docker diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d3db0..04e3458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] - break: change with_items to loop +- break: remove support ansible < 2.6 +- test: add test with ansible 2.7 - test: add ansible-lint ## v1.2.2 (2018-09-07)