Add --no-interaction argument

This commit is contained in:
Oliver Davies 2020-12-12 12:26:36 +00:00
parent 129857be92
commit 2fb52df7c8

View file

@ -2,6 +2,7 @@
- name: Install Composer dependencies
composer:
command: install
arguments: --no-interaction
optimize_autoloader: true
working_dir: '{{ ansistrano_release_path.stdout }}'