diff options
author | Nick White <git@njw.name> | 2021-08-19 14:02:44 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-08-19 14:02:48 +0100 |
commit | 17905951d3881b12113646db136a48f1671fd383 (patch) | |
tree | 453bb4e9553e3e65aa54c93245fd6ee836505c18 | |
parent | a324b0e7f74ffc934846366c451ffa1297fec6bd (diff) |
rudpad: Ensure all go tools are built
-rw-r--r-- | roles/rudpad/tasks/main.yml | 2 |
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 |