From df8ad79e30b6ebf2bf976cf34105346a3eba2d63 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 15 May 2026 13:51:06 +0200 Subject: [PATCH] fix: update requirements to forgejo repo locations --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6626816..432db2e 100644 --- a/readme.md +++ b/readme.md @@ -8,12 +8,12 @@ This playbook includes the following roles: | Role | Description | Repository | | ------------ | ------------------------ | ---------------------------------------------------------------------- | -| `nfs_server` | NFS server configuration | [role-nfs-server](https://gitlab.simoncor.net/ansible/role-nfs-server) | +| `nfs_server` | NFS server configuration | [role-nfs-server](https://git.simoncor.net/ansible/nfs-server) | ## Variables Variables are configured in `vars/shares.yaml`. -See [role-nfs-server](https://gitlab.simoncor.net/ansible/role-nfs-server) for available options. +See [role-nfs-server](https://git.simoncor.net/ansible/nfs-server) for available options. ## Usage