flock/roles/install_standard_packages/tasks/main.yml

20 lines
279 B
YAML

- name: Install some standard packages
become: true
apt:
update_cache: yes
pkg:
- avahi-daemon
- curl
- fish
- git
- libnss-mdns
- rsync
- sudo
- tmux
- trash-cli
- btop
- ncdu
- nnn
- neovim
- aria2
- lynx