Add missing slash

This commit is contained in:
Luke Murphy 2020-03-20 00:16:59 +01:00
parent 6f5cc99a72
commit d13e7ed87d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function run_playbook() {
if [[ -f "$requirements" ]]; then
dokku_col_log_info1_quiet "$requirements file found"
ansible-galaxy
ansible-galaxy \
install \
-vvv --force \
--roles-path "$DOKKU_LIB_ROOT/data/ansible/$APP/roles" \