set to update go if needed

This commit is contained in:
Matthew Stobbs
2025-05-16 16:29:56 -06:00
parent 0cf0de9b47
commit 0e1c2c4da3

View File

@@ -24,7 +24,8 @@
- name: Install/update go - name: Install/update go
when: when:
- not stat_path_go.stat.exists - not stat_path_go.stat.exists or
go_do_update
block: block:
- name: Remove existing go install - name: Remove existing go install
when: when: