From 17905951d3881b12113646db136a48f1671fd383 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 19 Aug 2021 14:02:44 +0100 Subject: rudpad: Ensure all go tools are built --- roles/rudpad/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rudpad/tasks/main.yml b/roles/rudpad/tasks/main.yml index 043c6f9..0ab0b64 100644 --- a/roles/rudpad/tasks/main.yml +++ b/roles/rudpad/tasks/main.yml @@ -61,7 +61,7 @@ - name: Get and build go repos command: cmd: /usr/local/go/bin/go install ./... - chdir: /home/{{ ansible_user }}/src/bookpipeline + chdir: /home/{{ ansible_user }}/src/{{ item }} become: no with_items: - bookpipeline -- cgit v1.2.1-24-ge1ad