Copy/Pasta supply-config setup

This commit is contained in:
Luke Murphy
2020-03-19 23:42:53 +01:00
parent 608fc38114
commit 50b2c86429
5 changed files with 38 additions and 21 deletions

View File

@ -5,6 +5,6 @@ set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
export DEBIAN_FRONTEND=noninteractive
if ! command -v "ansible" &>/dev/null; then
echo "-----> installing ansible"
dokku_col_log_info1_quiet "installing ansible"
apt install -qq -y ansible
fi