test: add test with ansible 2.7

This commit is contained in:
Adrien Waksberg 2018-11-29 19:54:08 +01:00
parent 2a6ac663ba
commit b058657992
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ env:
- ANSIBLE_VERSION=2.4 - ANSIBLE_VERSION=2.4
- ANSIBLE_VERSION=2.5 - ANSIBLE_VERSION=2.5
- ANSIBLE_VERSION=2.6 - ANSIBLE_VERSION=2.6
- ANSIBLE_VERSION=2.7
services: services:
- docker - docker

View file

@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/) Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased] ## [Unreleased]
* test: add test with ansible 2.7
* test: add ansible-lint * test: add ansible-lint
* test: add yamllint * test: add yamllint