Skip to content

Commit

Permalink
MSL-API role: update location composer2 command
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Mar 22, 2024
1 parent 2c7cacd commit 40c9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/msl_api/tasks/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- name: Install MSL API dependencies
become: true
become_user: '{{ msl_api_user }}'
ansible.builtin.command: /usr/bin/php8.0 /usr/bin/composer2 install
ansible.builtin.command: /usr/bin/php8.0 /usr/local/bin/composer2 install
args:
chdir: /var/www/msl_api
creates: /var/www/msl_api/vendor/composer
Expand Down

0 comments on commit 40c9b9c

Please sign in to comment.