From 1ba958ee72177b187272babb7717b2de3bacd33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Sziv=C3=B3s?= Date: Wed, 10 Oct 2018 21:06:35 +0200 Subject: [PATCH 1/2] updated minimum required ansible version to 2.5, as the used 'loop' keyword was introduced in version 2.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8feaf5..872cf11 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It works with the following nginx-roles, including, but not limited to: **NOTE: This role does not work with nginx 1.0.15 or older! Please use the latest version from the official nginx repositories!** ## Requirements -* Ansible >= 1.9 +* Ansible >= 2.5 ## Role Variables From f4c78d9bb3dc12a154ba88327f8647190ab3c206 Mon Sep 17 00:00:00 2001 From: szEvEz Date: Thu, 11 Oct 2018 08:52:37 +0200 Subject: [PATCH 2/2] set min_ansible_version to 2.5 to be visible in galaxy --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index a6beea0..7a8f1f0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: description: 'This Ansible role provides secure nginx configurations. http://dev-sec.io/' company: Hardening Framework Team license: Apache License 2.0 - min_ansible_version: '1.9' + min_ansible_version: '2.5' platforms: - name: EL versions: