mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-22 15:32:01 +01: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:
commit
5ee4f5983c
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user