breaking: remove support for ansible 2.5
This commit is contained in:
parent
9c0af58687
commit
9e65c1b8fb
4 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,6 @@ sudo: required
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- ANSIBLE_VERSION=2.5
|
|
||||||
- ANSIBLE_VERSION=2.6
|
- ANSIBLE_VERSION=2.6
|
||||||
- ANSIBLE_VERSION=2.7
|
- ANSIBLE_VERSION=2.7
|
||||||
|
|
||||||
|
|
|
@ -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]
|
||||||
|
- breaking: remove support for ansible 2.5
|
||||||
- feat: install database if datadir doesn't exist
|
- feat: install database if datadir doesn't exist
|
||||||
|
|
||||||
## [v1.0.1] - 2019-03-16
|
## [v1.0.1] - 2019-03-16
|
||||||
|
|
|
@ -7,7 +7,7 @@ Install and configure MariaDB
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Ansible >= 2.7
|
* Ansible >= 2.6
|
||||||
* Debian Stretch
|
* Debian Stretch
|
||||||
|
|
||||||
## Role variables
|
## Role variables
|
||||||
|
|
|
@ -5,7 +5,7 @@ galaxy_info:
|
||||||
company: Adrien Waksberg
|
company: Adrien Waksberg
|
||||||
description: Install and configure mariadb
|
description: Install and configure mariadb
|
||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.6
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
|
|
Loading…
Reference in a new issue