From e9e42f332f8f7e1ebb12b47ed9bdfc80cb2ef518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 20 Mar 2023 08:24:35 +0100 Subject: [PATCH] Correct doc variable name --- docs/services/hubsite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/hubsite.md b/docs/services/hubsite.md index 8f9010e..a426f28 100644 --- a/docs/services/hubsite.md +++ b/docs/services/hubsite.md @@ -6,7 +6,7 @@ You can use the following variables to enable & control your hubsite: ```yaml hubsite_enabled: true -hubsite_domain: "example.com" +hubsite_hostname: "example.com" hubsite_title: "My services" hubsite_subtitle: "Just click on a service to use it" # Use the `hubsite_service_list_additional` variable to add services that are not provided by this playbook