12 lines
172 B
YAML
12 lines
172 B
YAML
---
|
|
- name: Install goodies
|
|
apt: pkg={{ item }} state=present
|
|
with_items:
|
|
- apticron
|
|
- unattended-upgrades
|
|
- htop
|
|
- iftop
|
|
- iotop
|
|
- neovim
|
|
- tmux
|
|
- git
|