From 3b682bee440c3240a6bd006902fb21eb4b13985f Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Fri, 30 Nov 2018 23:26:00 +0100 Subject: [PATCH] test: add test with ansible 2.7 --- .kitchen.yml | 2 +- .travis.yml | 1 + CHANGELOG.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index cfabc6d..d542117 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -17,7 +17,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 27ce104..9b0a240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ 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 9de52af..f014d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). Which is based on [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +- test: add test with ansible 2.7 - test: add ansible-lint - test: add yamllint