From 949378c53f0c2c15c2b66ae953dd8896410dc57d Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 27 Jun 2022 16:10:59 +0200 Subject: [PATCH] Tidy README Add supported version and improve the wording --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 02082ce..dd9b520 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Configurable ansible role for setting up a nginx webserver on a Linux server. Works with -- openSUSE Leap 15.2 +- openSUSE Leap 15.3 +- openSUSE Leap 15.4 - Debian Buster ## Role Variables @@ -33,7 +34,7 @@ Including an example of how to use your role (for instance, with variables passe roles: - { role: geekoops-nginx, config_firewall: true } -A bit more advanced example for the imaginary `jellyfish` test server +An advanced example for the imaginary `jellyfish` test server - hosts: jellyfish roles: @@ -48,12 +49,6 @@ A bit more advanced example for the imaginary `jellyfish` test server MIT -## Author Information - -phoenix - -Have a lot of fun! - # Development ## Add githooks