diff --git a/tasks/build/go.yml b/tasks/build/go.yml index c8a57e6..598837e 100644 --- a/tasks/build/go.yml +++ b/tasks/build/go.yml @@ -49,4 +49,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" + when: pkgconfig_go.version not in r_go_version.stdout