Add library path too

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

View File

@ -28,6 +28,7 @@ function run_playbook() {
dokku_col_log_info1_quiet "$play_path file found"
ansible-playbook \
--inventory "$(hostname)", \
--module-path "$ANSIBLE_ROLES_PATH/*/library/" \
--connection local \
"$play_path"
}