Feat: Add test for archlinux and debian

This commit is contained in:
2022-05-21 21:35:30 +02:00
parent ac371f5e6b
commit 467ddc50e5
7 changed files with 55 additions and 58 deletions

View File

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