diff --git a/tools/ansible/deploy/after-update-code.yml b/tools/ansible/deploy/after-update-code.yml index c5e29e5..4245e63 100644 --- a/tools/ansible/deploy/after-update-code.yml +++ b/tools/ansible/deploy/after-update-code.yml @@ -2,7 +2,6 @@ - name: Install Composer dependencies composer: command: install - arguments: --no-interaction optimize_autoloader: true working_dir: '{{ ansistrano_release_path.stdout }}'