Add library path too
This commit is contained in:
parent
d13e7ed87d
commit
9e48f5e454
@ -28,6 +28,7 @@ function run_playbook() {
|
|||||||
dokku_col_log_info1_quiet "$play_path file found"
|
dokku_col_log_info1_quiet "$play_path file found"
|
||||||
ansible-playbook \
|
ansible-playbook \
|
||||||
--inventory "$(hostname)", \
|
--inventory "$(hostname)", \
|
||||||
|
--module-path "$ANSIBLE_ROLES_PATH/*/library/" \
|
||||||
--connection local \
|
--connection local \
|
||||||
"$play_path"
|
"$play_path"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user