fixed pkg_sys var

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 19:24:28 -06:00
parent 7c42c5e9e4
commit 06a7010b85
3 changed files with 0 additions and 24 deletions

View File

@@ -22,15 +22,6 @@
ansible.builtin.set_fact:
go_do_update: "{{ go.vers in r_go_version.stdout }}"
- name: Dump vars
block:
- debug:
var: stat_path_go
- debug:
var: r_go_version
- debug:
var: go_do_update
- name: Install/update go
when:
- not stat_path_go.stat.exists