fixed packages to be more generic

This commit is contained in:
2026-04-18 15:27:33 -06:00
parent 951dfc327f
commit 61c6e800ad
14 changed files with 152 additions and 73 deletions

View File

@@ -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
# }}}