hopefully fix go update check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user