Skip to content

Commit 81ab845

Browse files
authored
improve and simplify README.md
1 parent b16c163 commit 81ab845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This role installs and manages [gitea](https://gitea.io) - Git with a cup of tea
88

99
## Sample example of use in a playbook
1010

11-
The following code has been tested with Debian 8, it should work on Ubuntu as well.
11+
The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
1212

1313
```yaml
1414
# 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
2929
3030
Variables
3131
-----------
32-
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/).
32+
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/).
3333
34-
### gitea update
34+
### gitea update mechanism
3535
To determine which gitea version to install, you can choose between two variants.
3636
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).
3737

0 commit comments

Comments
 (0)