diff --git a/tasks/build/go.yml b/tasks/build/go.yml index aa71f31..13f90a1 100644 --- a/tasks/build/go.yml +++ b/tasks/build/go.yml @@ -6,7 +6,6 @@ ignore_errors: true - name: install/update go - when: "'{{ pkgconfig_go.version }}' not in r_go_version.stdout" block: - name: set go arch ansible.builtin.set_fact: @@ -49,3 +48,4 @@ cmd: "installer -pkg {{ d_go_dl_tmp.path }}/{{ go_archive }} -target /" when: ansible_system == 'Darwin' become: true + when: "'{{ pkgconfig_go.version }}' not in r_go_version.stdout"