From 81ab8456cc6b7999290cec9916af377d4c0c4726 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 19 Jul 2021 15:11:17 +0200 Subject: [PATCH] improve and simplify README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aae2d66..242ed51 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This role installs and manages [gitea](https://gitea.io) - Git with a cup of tea ## Sample example of use in a playbook -The following code has been tested with Debian 8, it should work on Ubuntu as well. +The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well. ```yaml # ansible-galaxy install do1jlr.gitea @@ -29,9 +29,9 @@ The following code has been tested with Debian 8, it should work on Ubuntu as we Variables ----------- -Here is a deeper insight into the variables of this gitea role. For the exact function of some variables and the possibility to add more options we recommend a look at the config cheat sheet. For the exact function of some variables and the possibility to add more options we recommend a look at this [config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/). +Here is a deeper insight into the variables of this gitea role. For the exact function of some variables and the possibility to add more options we recommend a look at this [config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/). -### gitea update +### gitea update mechanism To determine which gitea version to install, you can choose between two variants. Either you define exactly which release you install. Or you use the option ``latest`` to always install the latest release from the [gitea releases](https://github.com/go-gitea/gitea/releases/latest).