diff --git a/tools/ansible/deploy/after-update-code.yml b/tools/ansible/deploy/after-update-code.yml index 4245e63..c5e29e5 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 + arguments: --no-interaction optimize_autoloader: true working_dir: '{{ ansistrano_release_path.stdout }}'