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

View File

@@ -12,10 +12,6 @@
ansible.builtin.set_fact:
package_home_base: /home
- name: Dump ansible user
debug:
var: ansible_ssh_user
- name: Set local path prefix
when:
- use_local

View File

@@ -69,13 +69,6 @@
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['tar', 'unzip'] }}"
- name: Dump pkg_sys
debug:
var: pkg_sys
- name: End play
ansible.builtin.meta: end_play
- name: Ensure extra dependencies are installed
block:
- name: Ensure go binary is installed
@@ -156,10 +149,6 @@
ansible.builtin.include_tasks:
file: addpkg.yml
- name: List pkg_sys to install
debug:
var: pkg_sys
- name: Install sys_pkgs list using system package manager
become: "{{ sys_pkg_become }}"
ansible.builtin.package: