From 2fb52df7c867d40cdc14a0c172928f5da58ea85d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 12 Dec 2020 12:26:36 +0000 Subject: [PATCH] Add --no-interaction argument --- 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 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 }}'