Copy/Pasta supply-config setup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user