add restic

- fix packages that were broken
- change the way configuration is done
  - define default facts for packages with os_family level vars
  - refine the default facts into an os_family specfic config
This commit is contained in:
2026-04-18 18:44:18 -06:00
parent 61c6e800ad
commit 01239701f9
6 changed files with 68 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Dump npm pkg
ansible.builtin.debug:
var: pkg
- name: Install npm
become: "{{ install_become }}"
become_user: "{{ install_become_user }}"