Get slashes right
This commit is contained in:
parent
040492d889
commit
d81f2f0cbe
@ -14,7 +14,7 @@ function run_playbook() {
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd "$DOKKU_LIB_ROOT/data/ansible/$APP/" >/dev/null
|
pushd "$DOKKU_LIB_ROOT/data/ansible/$APP" >/dev/null
|
||||||
|
|
||||||
if [[ -f "$requirements" ]]; then
|
if [[ -f "$requirements" ]]; then
|
||||||
dokku_col_log_info1_quiet "$requirements file found"
|
dokku_col_log_info1_quiet "$requirements file found"
|
||||||
@ -29,8 +29,8 @@ function run_playbook() {
|
|||||||
ansible-playbook \
|
ansible-playbook \
|
||||||
--inventory "$(hostname)", \
|
--inventory "$(hostname)", \
|
||||||
--connection local \
|
--connection local \
|
||||||
"$play_path"
|
"$play_path" \
|
||||||
--module-path "$(pwd)/roles/*/library" \
|
--module-path "$(pwd)/roles/*/library"
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user