fixed packages to be more generic
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
ansible.builtin.set_fact:
|
||||
choose:
|
||||
methods: "{{ choose.methods[os_family] | default(choose.methods.default) }}"
|
||||
pkgname: "{{ choose.pkgname[os_family] | default(choose.methods.default)}}"
|
||||
pkgname: "{{ choose.pkgname[os_family] | default(choose.pkgname.default)}}"
|
||||
version: 1.3.7
|
||||
choose_install: undefined
|
||||
# }}}
|
||||
|
||||
Reference in New Issue
Block a user