summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-08-19 14:02:44 +0100
committerNick White <git@njw.name>2021-08-19 14:02:48 +0100
commit17905951d3881b12113646db136a48f1671fd383 (patch)
tree453bb4e9553e3e65aa54c93245fd6ee836505c18
parenta324b0e7f74ffc934846366c451ffa1297fec6bd (diff)
rudpad: Ensure all go tools are built
-rw-r--r--roles/rudpad/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
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