diff --git a/.travis.yml b/.travis.yml index 1c0762b..8b77ae2 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 074909c..bc1003f 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