Add --no-interaction argument
This commit is contained in:
parent
129857be92
commit
2fb52df7c8
|
@ -2,6 +2,7 @@
|
|||
- name: Install Composer dependencies
|
||||
composer:
|
||||
command: install
|
||||
arguments: --no-interaction
|
||||
optimize_autoloader: true
|
||||
working_dir: '{{ ansistrano_release_path.stdout }}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue