✨ feat(ansible): Met à jour le playbook Ansible pour installer composer sans --no-dev
🔧 chore(web_profiler): Active le web profiler en production 📝 docs(security): Clarifie les étapes d'authentification dans LoginFormAuthenticator 🔧 chore(bundles): Active WebProfilerBundle dans tous les environnements
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
- "{{ path }}/public/storage"
|
||||
|
||||
- name: Exécuter 'composer install' dans le répertoire de l'application
|
||||
ansible.builtin.command: composer install --no-dev --optimize-autoloader
|
||||
ansible.builtin.command: composer install
|
||||
become: false # Run as the connection user (e.g., 'bot')
|
||||
args:
|
||||
chdir: "{{ path }}"
|
||||
|
||||
Reference in New Issue
Block a user