fix conditional

This commit is contained in:
Matthew Stobbs
2025-02-09 18:29:14 -07:00
parent c9e5f7f9ab
commit d8357a496a

View File

@@ -49,4 +49,4 @@
cmd: "installer -pkg {{ d_go_dl_tmp.path }}/{{ go_archive }} -target /" cmd: "installer -pkg {{ d_go_dl_tmp.path }}/{{ go_archive }} -target /"
when: ansible_system == 'Darwin' when: ansible_system == 'Darwin'
become: true become: true
when: "'{{ pkgconfig_go.version }}' not in r_go_version.stdout" when: pkgconfig_go.version not in r_go_version.stdout