Ansible: Optimise the autoloader
This commit is contained in:
parent
deb6f26836
commit
922ac14e6b
|
@ -2,6 +2,7 @@
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
composer:
|
composer:
|
||||||
command: install
|
command: install
|
||||||
|
optimize_autoloader: true
|
||||||
working_dir: '{{ ansistrano_release_path.stdout }}'
|
working_dir: '{{ ansistrano_release_path.stdout }}'
|
||||||
|
|
||||||
- name: Generate settings.php file
|
- name: Generate settings.php file
|
||||||
|
|
Loading…
Reference in a new issue