This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/tools.yml

25 lines
369 B
YAML

---
- name: installing tools
apt:
name:
- apt-listbugs
- arandr
- atool
- bmon
- dnsutils
- httpie
- libnotify-bin
- mtr-tiny
- ncdu
- pass
- qalc
- redshift-gtk
- ripgrep
- rsync
- sqlite3
- strace
- thunar
- xbacklight
- xinput
state: present