fix packages
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
---
|
||||
- name: Install from archive
|
||||
when:
|
||||
- go.use_archive
|
||||
- go.method == 'archive'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_archive: "{{ pkg_archive + ['go'] }}"
|
||||
|
||||
- name: Append to pkgs
|
||||
when:
|
||||
- not go.use_archive
|
||||
- go.method != 'archive'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ['go'] }}"
|
||||
|
||||
Reference in New Issue
Block a user