Feat: Add test for archlinux and debian
This commit is contained in:
@@ -35,3 +35,31 @@ pacman_admin:
|
||||
pacman_pkgs:
|
||||
- "{{ pacman_base }}"
|
||||
- "{{ pacman_admin }}"
|
||||
|
||||
|
||||
debian_base:
|
||||
- vim
|
||||
- tmux
|
||||
- git
|
||||
- gnupg
|
||||
- zsh
|
||||
- sudo
|
||||
|
||||
debian_admin:
|
||||
- wget
|
||||
- ruby
|
||||
- htop
|
||||
- iotop
|
||||
- nmap
|
||||
- sshpass
|
||||
- rsync
|
||||
- unzip
|
||||
- cifs-utils
|
||||
- traceroute
|
||||
- smartmontools
|
||||
- vifm
|
||||
- w3m
|
||||
|
||||
debian_pkgs:
|
||||
- "{{ debian_base }}"
|
||||
- "{{ debian_admin }}"
|
||||
|
||||
Reference in New Issue
Block a user