Try to use right paths and lessen verbosity
This commit is contained in:
parent
5c6baaac58
commit
97983d7e2e
@ -20,15 +20,15 @@ function run_playbook() {
|
|||||||
dokku_col_log_info1_quiet "$requirements file found"
|
dokku_col_log_info1_quiet "$requirements file found"
|
||||||
ansible-galaxy \
|
ansible-galaxy \
|
||||||
install \
|
install \
|
||||||
-vvv --force \
|
--force \
|
||||||
--roles-path "./roles" \
|
--roles-path "$(pwd)/roles" \
|
||||||
--role-file "$requirements"
|
--role-file "$requirements"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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 "./roles/*/library/" \
|
--module-path "$(pwd)/roles/*/library" \
|
||||||
--connection local \
|
--connection local \
|
||||||
"$play_path"
|
"$play_path"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user