reorganizing configuration
- static package configuration in `vars/pkgs` - loaded into the variable `pkgconfig` as part of `tasks/main.yml`
This commit is contained in:
12
vars/pkgs/git.yml
Normal file
12
vars/pkgs/git.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
git:
|
||||
pkgs:
|
||||
Darwin:
|
||||
- git
|
||||
- git-delta
|
||||
- git-extras
|
||||
- git-lfs
|
||||
Linux:
|
||||
- git
|
||||
- git-delta
|
||||
- git-email
|
||||
- git-lfs
|
||||
Reference in New Issue
Block a user