starting to standardize the way packages are handled

This commit is contained in:
Matthew Stobbs
2026-01-25 15:42:22 -07:00
parent 59832a61e5
commit b727fb4231
6 changed files with 199 additions and 100 deletions

15
vars/pkglist.yml Normal file
View File

@@ -0,0 +1,15 @@
# vim: set filetype=yaml.ansible :
---
# Default install variables as needed
## Restrictions for package install methods.
## The first item is the default method. If only
## one method exists, all others are ignored.
air_install_methods:
- source
alacritty_install_methods:
- system
- source
ansible_lint_install_methods:
- system
- pipx