From 5426261e1638489548eccc0c083ad796b5832fd5 Mon Sep 17 00:00:00 2001 From: "Jasper N. Brouwer" Date: Thu, 6 Jul 2017 17:08:53 +0200 Subject: [PATCH 1/2] Add up to Stretch to supported Debian versions --- meta/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 378780c..c1a9998 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -9,6 +9,8 @@ galaxy_info: - name: Debian versions: - wheezy + - jessie + - stretch galaxy_tags: - system dependencies: [] From bb94103d5ab5f80234bc4be27e750d3d9f306880 Mon Sep 17 00:00:00 2001 From: "Jasper N. Brouwer" Date: Thu, 6 Jul 2017 17:10:23 +0200 Subject: [PATCH 2/2] Specify license version (LGPL-3.0) --- README.md | 2 +- meta/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6056f0..f3c87db 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Example Playbook License ------- -LGPLv3 +LGPL-3.0 Author Information ------------------ diff --git a/meta/main.yml b/meta/main.yml index c1a9998..fae6510 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ galaxy_info: author: "Jasper N. Brouwer, Ramon de la Fuente" description: Generate localisation files from templates and configure locale environment variables company: Future500 - license: LGPL + license: LGPL-3.0 min_ansible_version: 1.4 platforms: - name: Debian