trying to fix pkg_sys var
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -51,10 +51,6 @@
|
||||
- name: Flush handlers to ensure dependencies are installed
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Dump pkg_sys
|
||||
debug:
|
||||
var: pkg_sys
|
||||
|
||||
- name: Add needed packages for Fedora
|
||||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
@@ -73,6 +69,13 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user