This repository has been archived on 2020-12-09. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.pkg_utils/vars/debian.yml

30 lines
394 B
YAML
Raw Normal View History

2017-08-01 11:08:16 +02:00
---
# vars file for Debian-based distros
pkg_utils_new_list:
2017-08-25 10:40:10 +02:00
- 'apt-transport-https'
2017-08-01 11:08:16 +02:00
- 'bsdmainutils'
- 'colordiff'
- 'cpio'
- 'debian-goodies'
- 'htop'
- 'less'
2017-08-01 11:08:16 +02:00
- 'lsof'
- 'lzip'
- 'mlocate'
- 'moreutils'
- 'multitail'
- 'tmux'
- 'tree'
- 'unrar'
- 'unzip'
- 'vim-nox'
- 'vim-doc'
- 'vim-scripts'
- 'zip'
- 'zsh'
2017-08-01 11:26:14 +02:00
pkg_utils_old_list:
- 'vim-tiny'