diff --git a/tasks/archive/go.yml b/tasks/archive/go.yml index 211f5ea..844c80a 100644 --- a/tasks/archive/go.yml +++ b/tasks/archive/go.yml @@ -20,7 +20,7 @@ when: - r_go_version.rc|int == 0 ansible.builtin.set_fact: - go_do_update: "{{ go.vers in r_go_version.stdout }}" + go_do_update: true - name: Install/update go when: