1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-06-04 12:46:21 +02:00

Merge pull request #19 from szEvEz/master

updated minimum required ansible version to 2.5 in README, as the used 'loop' keyword was introduced in version 2.5
This commit is contained in:
Sebastian Gumprich 2018-10-11 08:58:09 +02:00 committed by GitHub
commit 5ee4f5983c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: