Drop the quietness

This commit is contained in:
Luke Murphy 2020-04-13 13:13:37 +02:00
parent 70d3ec94d2
commit f39da692bf
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ dokku-ansible-deploy-dependencies() {
dokku_col_log_info1_quiet "Ensuring the following packages are installed: $DEPENDENCIES"
export DEBIAN_FRONTEND=noninteractive
apt install -qq -y "$DEPENDENCIES"
apt install -y "$DEPENDENCIES"
dokku_col_log_info1_quiet "Installing Ansible requirements"
ansible-galaxy install --role-file "$REQUIREMENTS" --force