Get roles path working

This commit is contained in:
Luke Murphy
2020-03-20 00:11:35 +01:00
parent 394fc3ed9e
commit c7881d896f
3 changed files with 13 additions and 6 deletions

View File

@ -13,7 +13,7 @@ dokku-ansible-playbook-pre-deploy() {
dokku_col_log_info1_quiet "Running pre-deploy ansible playbook"
run_playbook "$PLAYBOOK" "$REQUIREMENTS"
run_playbook "$APP" "$PLAYBOOK" "$REQUIREMENTS"
}
dokku-ansible-playbook-pre-deploy "$@"