Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 5ee4f59

Browse files
authored
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
2 parents 4c61ea8 + f4c78d9 commit 5ee4f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It works with the following nginx-roles, including, but not limited to:
1616
**NOTE: This role does not work with nginx 1.0.15 or older! Please use the latest version from the official nginx repositories!**
1717
## Requirements
1818

19-
* Ansible >= 1.9
19+
* Ansible >= 2.5
2020

2121
## Role Variables
2222

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
description: 'This Ansible role provides secure nginx configurations. http://dev-sec.io/'
55
company: Hardening Framework Team
66
license: Apache License 2.0
7-
min_ansible_version: '1.9'
7+
min_ansible_version: '2.5'
88
platforms:
99
- name: EL
1010
versions:

0 commit comments

Comments
 (0)