You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This role installs and manages [gitea](https://gitea.io) - Git with a cup of tea
8
8
9
9
## Sample example of use in a playbook
10
10
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.
12
12
13
13
```yaml
14
14
# 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
29
29
30
30
Variables
31
31
-----------
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/).
33
33
34
-
### gitea update
34
+
### gitea update mechanism
35
35
To determine which gitea version to install, you can choose between two variants.
36
36
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).
0 commit comments