🔧 fix(ansible): Utilise php8.4 pour lancer composer install pour compatibilité.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
tasks:
|
||||
- name: Exécuter 'composer install' dans le répertoire de l'application
|
||||
ansible.builtin.command: composer install --no-dev --optimize-autoloader
|
||||
ansible.builtin.command: php8.4 /usr/local/bin/composer install --no-dev --optimize-autoloader
|
||||
become: false
|
||||
args:
|
||||
chdir: "{{ path }}"
|
||||
|
||||
Reference in New Issue
Block a user