Skip to content

Commit cd85389

Browse files
committed
update meta info
1 parent d30930b commit cd85389

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/gitea) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_gitea/blob/main/LICENSE)
1+
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.gitea.svg)](https://galaxy.ansible.com/l3d/gitea)
2+
[![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.gitea_license.svg)](LICENSE)
3+
[![Maintainance](https://ansible.l3d.space/svg/l3d.gitea_maintainance.svg)(https://ansible.l3d.space/#l3d.gitea)
24

35
ansible role gitea/forgejo
46
============================
@@ -12,12 +14,12 @@ This role installs and manages [gitea](https://gitea.io) or [forgejo](https://fo
1214
The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
1315

1416
```yaml
15-
# ansible-galaxy install do1jlr.gitea
17+
# ansible-galaxy install l3d.gitea
1618

1719
- name: "Install gitea"
1820
hosts: git.example.com
1921
roles:
20-
- {role: do1jlr.gitea, tags: gitea}
22+
- {role: l3d.gitea, tags: gitea}
2123
vars:
2224
# Here we assume we are behind a reverse proxy that will
2325
# handle https for us, so we bind on localhost:3000 using HTTP

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
galaxy_info:
33
role_name: gitea
4-
author: do1jlr
4+
author: l3d
55
description: Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
66
license: "BSD-3-Clause"
77
min_ansible_version: "2.11"
@@ -28,4 +28,5 @@ galaxy_info:
2828
- selfhosted
2929
- gitserver
3030
- gogs
31+
- linux
3132
dependencies: []

0 commit comments

Comments
 (0)