hopefully fix go update check

This commit is contained in:
Matthew Stobbs
2025-09-02 20:57:22 -06:00
parent b772fbdc0a
commit dc1c3fba9e

View File

@@ -19,6 +19,7 @@
- name: Check if go needs updating
when:
- r_go_version.rc|int == 0
- r_go_version.stdout.find(go.vers) == -1
ansible.builtin.set_fact:
go_do_update: true