From 84e7733a04a76f3435b62db459279522804b9850 Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Wed, 4 Oct 2017 12:00:38 +0530 Subject: [PATCH] Update README.md Add minimum ansible version in requirements and fix a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8326c03..ff04e6c 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ This role provides secure nginx configuration. It is intended to be compliant with the [DevSec Nginx Baseline](https://github.com/dev-sec/nginx-baseline). It works with the following nginx-roles, including, but not limited to: -* [geerlinggux.nginx](https://galaxy.ansible.com/geerlingguy/nginx/) +* [geerlingguy.nginx](https://galaxy.ansible.com/geerlingguy/nginx/) * [jdauphant.nginx](https://galaxy.ansible.com/jdauphant/nginx/) * [franklinkim.nginx](https://galaxy.ansible.com/franklinkim/nginx/) **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 +* Ansible >= 1.9 ## Role Variables