🐛 fix(ansible/playbook): Corrige la typo dans la destination du fichier .env.local
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user