test: add test with ansible 2.7

This commit is contained in:
Adrien Waksberg 2018-11-30 23:26:00 +01:00
parent 93a231147e
commit 3b682bee44
3 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,7 @@ provisioner:
platforms: platforms:
- name: debian-9 - name: debian-9
driver_config: 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 command: /bin/systemd
volume: volume:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro

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