This commit is contained in:
Luke Murphy 2020-03-20 00:49:53 +01:00
parent 97983d7e2e
commit 040492d889
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -28,9 +28,9 @@ function run_playbook() {
dokku_col_log_info1_quiet "$play_path file found"
ansible-playbook \
--inventory "$(hostname)", \
--module-path "$(pwd)/roles/*/library" \
--connection local \
"$play_path"
--module-path "$(pwd)/roles/*/library" \
popd >/dev/null
}