feat(ansible): Ajoute la variable INTRANET_LOCK à .env.local pour Debian.

This commit is contained in:
Serreau Jovann
2026-01-20 18:19:37 +01:00
parent d2250f0aeb
commit 812fe7ef74

View File

@@ -91,6 +91,7 @@
STRIPE_BASEURL=https://payment.ludikevent.fr
SIGN_URL=https://signature.ludikevent.fr
DEFAULT_URI=https://reservation.ludikevent.fr
INTRANET_LOCK=false
dest: "{{ path }}/.env.local"
when: ansible_os_family == "Debian"