break: remove support ansible < 2.6
This commit is contained in:
parent
7eb050a76c
commit
293dd115d1
3 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,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
|
||||||
|
|
|
@ -3,9 +3,8 @@ sudo: required
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- ANSIBLE_VERSION=2.4
|
|
||||||
- ANSIBLE_VERSION=2.5
|
|
||||||
- ANSIBLE_VERSION=2.6
|
- ANSIBLE_VERSION=2.6
|
||||||
|
- ANSIBLE_VERSION=2.7
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- break: change with_items to loop
|
- break: change with_items to loop
|
||||||
|
- break: remove support ansible < 2.6
|
||||||
|
- test: add test with ansible 2.7
|
||||||
- test: add ansible-lint
|
- test: add ansible-lint
|
||||||
|
|
||||||
## v1.2.2 (2018-09-07)
|
## v1.2.2 (2018-09-07)
|
||||||
|
|
Loading…
Reference in a new issue