From 933cb6a72a8eaf981d8d1d7d57758f83d209338d Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 4 Nov 2023 22:57:15 +0100 Subject: [PATCH] Fix README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df1bb8..410c6c4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ ansible-playbook main.yml --tags "system" ### Roles -Playbooks are composed of roles defined in the [`roles`](../ansible-roles) submodule and +Playbooks are composed of roles defined in the +[`roles`](http://git.thenineworlds.net/the-nine-worlds/ansible-roles) submodule and [`playbooks/roles`](playbooks/roles). To play a specific role, e.g., `system/base/sshd` in the playbook `system`, run: