🐛 fix(ansible/playbook): Corrige la typo dans la destination du fichier .env.local

This commit is contained in:
Serreau Jovann
2025-07-23 09:36:27 +02:00
parent e3eb4235f9
commit 4b3dc566cc

View File

@@ -73,7 +73,7 @@
REAL_MAIL=1
VAULT_ADDR=http://127.0.0.1:8200
VAULT_TOKEN=hvs.QLpUdiptXtSPo5Qf7i2nn2Xz
dest: "{{ path }}/.env.local"
dest: "{{ path }}/.env.local"
when: ansible_os_family == "Debian"
# --- Initial creation of essential directories with correct ownership ---