From 9e48f5e454945d55b3e76a0a4e876bb7734c8281 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 20 Mar 2020 00:35:04 +0100 Subject: [PATCH] Add library path too --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index ae3d796..3c96e23 100755 --- a/functions +++ b/functions @@ -28,6 +28,7 @@ function run_playbook() { dokku_col_log_info1_quiet "$play_path file found" ansible-playbook \ --inventory "$(hostname)", \ + --module-path "$ANSIBLE_ROLES_PATH/*/library/" \ --connection local \ "$play_path" }