Drop quotes and run update
This commit is contained in:
parent
f39da692bf
commit
092cae8516
@ -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 -y "$DEPENDENCIES"
|
||||
apt update && apt install -y $DEPENDENCIES
|
||||
|
||||
dokku_col_log_info1_quiet "Installing Ansible requirements"
|
||||
ansible-galaxy install --role-file "$REQUIREMENTS" --force
|
||||
|
Reference in New Issue
Block a user