From 040492d8890037cdf630e9de99b31c72f57bf2e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 20 Mar 2020 00:49:53 +0100 Subject: [PATCH] Re-order --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index f678bdb..c19fb0c 100755 --- a/functions +++ b/functions @@ -28,9 +28,9 @@ function run_playbook() { dokku_col_log_info1_quiet "$play_path file found" ansible-playbook \ --inventory "$(hostname)", \ - --module-path "$(pwd)/roles/*/library" \ --connection local \ "$play_path" + --module-path "$(pwd)/roles/*/library" \ popd >/dev/null }