From 922ac14e6be162216e87040a7fe9139a50e2fc30 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 Jun 2020 23:45:46 +0100 Subject: [PATCH] Ansible: Optimise the autoloader --- tools/ansible/deploy/after-update-code.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ansible/deploy/after-update-code.yml b/tools/ansible/deploy/after-update-code.yml index 79344fba6..d9584f849 100644 --- a/tools/ansible/deploy/after-update-code.yml +++ b/tools/ansible/deploy/after-update-code.yml @@ -2,6 +2,7 @@ - name: Install Composer dependencies composer: command: install + optimize_autoloader: true working_dir: '{{ ansistrano_release_path.stdout }}' - name: Generate settings.php file