Bootstrap this plugin

This commit is contained in:
Luke Murphy
2020-03-19 01:13:54 +01:00
commit d4cf9180df
3 changed files with 36 additions and 0 deletions

11
dependencies Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
export DEBIAN_FRONTEND=noninteractive
if ! command -v "ansible-playbook" &>/dev/null; then
apt install --force-yes -qq -y ansible
fi