Re-order
This commit is contained in:
parent
97983d7e2e
commit
040492d889
@ -28,9 +28,9 @@ 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 "$(pwd)/roles/*/library" \
|
|
||||||
--connection local \
|
--connection local \
|
||||||
"$play_path"
|
"$play_path"
|
||||||
|
--module-path "$(pwd)/roles/*/library" \
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user