Set minimal Ansible version to 2.4

pull/21/head
Jasper N. Brouwer 2017-11-01 14:41:14 +01:00
parent 9d77846867
commit dd75a209a2
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
--- ---
galaxy_info: galaxy_info:
author: Emilien Mantel author: Emilien Mantel
description: Install and configure MySQL or MariaDB (Galera Cluster) or Percona server on Debian description: Install and configure MySQL or MariaDB (Galera Cluster) or Percona server on Debian
company: company:
license: GPLv2 license: GPLv2
min_ansible_version: 2.3 min_ansible_version: 2.4
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
@ -24,4 +24,4 @@ galaxy_info:
- jessie - jessie
- stretch - stretch
dependencies: [] dependencies: []