Skip to content
Snippets Groups Projects
Verified Commit ac856977 authored by ynerant's avatar ynerant
Browse files

[common_tools] Redorder APT packages

parent 0c3840fd
No related branches found
No related tags found
1 merge request!162Curl
......@@ -4,32 +4,32 @@
update_cache: true
install_recommends: false
name:
- acl # advanced ACL
- apt # better than apt-get
- apt-file
- sudo
- molly-guard # prevent reboot
- aptitude # nice to have for Ansible
- bash-completion # because bash
- curl # placeholder
- debsums
- apt # better than apt-get
- nano # for vulcain
- vim # better than nano
- emacs-nox # for maman
- htop # better than top
- zsh # to be able to ssh @erdnaxe
- fish # to motivate @edpibu
- aptitude # nice to have for Ansible
- acl # advanced ACL
- iotop # monitor i/o
- tree # create a graphical tree of files
- bash-completion # because bash
- git # code versioning
- htop # better than top
- iotop # monitor i/o
- less # i like cats
- screen # Vulcain asked for this
- vlock # virtual console lock
- resolvconf # for dns configuration in network interfaces
- lsb-release # needed to autodetect Debian version
- lsscsi # to list SCSI devices
- tmux # better than screen
- molly-guard # prevent reboot
- nano # for vulcain
- needrestart # ask to restart services after upgrade
- lsb-release # needed to autodetect Debian version
- curl # placeholder
- resolvconf # for dns configuration in network interfaces
- screen # Vulcain asked for this
- sudo
- tmux # better than screen
- tree # create a graphical tree of files
- vim # better than nano
- vlock # virtual console lock
- zsh # to be able to ssh @erdnaxe
register: apt_result
retries: 3
until: apt_result is succeeded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment