Add void packages

This commit is contained in:
Daniel A. Maierhofer
2018-07-26 12:26:52 +02:00
parent fa7c39098b
commit 20d80b619a
2 changed files with 17 additions and 3 deletions

View File

@@ -29,9 +29,6 @@ common_locales:
- name: 'de_AT.UTF-8'
state: "present"
# apt-get common config
common_apt: True
common_apt_repositories:
- "deb http://cdn.debian.net/debian/ {{ ansible_distribution_release }} main contrib non-free"
- "deb http://cdn.debian.net/debian/ {{ ansible_distribution_release }}-backports main contrib non-free"

View File

@@ -1,2 +1,19 @@
---
common_apt: False
common_xbps: True
common_basic_packages:
- curl
- ncurses-term
- etckeeper
- git
- htop
- logrotate
- ncdu
- rsync
- strace
- sudo
- screen
- tmux
- tree
- vim
- zsh