From 89bb2023669a9d680e1b760a2faa815bef65784f Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 21 Dec 2024 10:02:16 +0100 Subject: [PATCH] docs: Add storing and finding roles link Signed-off-by: Julien Riou --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 427a2a1..ce4116e 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@ Ansible role to manage a [Forgejo](https://forgejo.org/) instance. ## Installation -Clone the repository in your local Ansible role directory: +Clone the repository in your local Ansible roles directory: ``` git clone https://git.riou.xyz/jriou/ansible-role-forgejo.git ~/.ansible/roles/forgejo ``` +See [Storing and finding +roles](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#storing-and-finding-roles). + ## Configuration See [Variable