fix: update requirements to forgejo repo locations
Some checks failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
Simon Cornet 2026-05-15 13:51:05 +02:00
commit 18eb603402
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ This playbook includes the following roles:
| Role | Description | Repository |
| -------------- | -------------------------------------- | ------------------------------------------------------------------------ |
| `common` | Core OS components and system defaults | [ans-common](https://gitlab.simoncor.net/ansible/ans-common) |
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://gitlab.simoncor.net/ansible/ans-zabbix-agent) |
| `common` | Core OS components and system defaults | [ans-common](https://git.simoncor.net/ansible/common) |
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://git.simoncor.net/ansible/zabbix-agent) |
## Usage

View file

@ -3,10 +3,10 @@
roles:
- name: "common"
scm: "git"
src: "https://gitlab.simoncor.net/ansible/ans-common"
src: "https://git.simoncor.net/ansible/common"
version: "main"
- name: "zabbix_agent"
scm: "git"
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-agent"
src: "https://git.simoncor.net/ansible/zabbix-agent"
version: "main"