From dd70f01d464124e9c0c79746c714a3e1f16e71b2 Mon Sep 17 00:00:00 2001 From: Auriane GS Date: Wed, 14 Jan 2026 12:19:17 +0100 Subject: [PATCH] fix(site.yaml): remove static values for domain and email_ssl vars --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index def92f9..63a4085 100644 --- a/site.yml +++ b/site.yml @@ -6,8 +6,8 @@ vars: web_root: /var/www/html php_version: "8.3" - domain: workmanager.aurianeschmitt.fr - email_ssl: auriane.geaischmitt@viacesi.fr + domain: {{ votre nom de domaine ici }} + email_ssl: {{ votre mail ici }} tasks: # ---------------------------------------------------