Run composer installer with PHP
The composer installer has to be executed with PHP itself as detailed on https://getcomposer.org/download/.
This commit is contained in:
parent
85701355bd
commit
70b995041d
@ -16,7 +16,7 @@ get-composer:
|
|||||||
|
|
||||||
install-composer:
|
install-composer:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }}
|
- name: php {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }}
|
||||||
- unless: test -f {{ install_file }}
|
- unless: test -f {{ install_file }}
|
||||||
- require:
|
- require:
|
||||||
- file: get-composer
|
- file: get-composer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user