30 lines
446 B
YAML
30 lines
446 B
YAML
---
|
|
- name: installing tools
|
|
apt:
|
|
name:
|
|
- adb
|
|
- apt-listbugs
|
|
- arandr
|
|
- atool
|
|
- bmon
|
|
- dnsutils
|
|
- dos2unix
|
|
- fzf
|
|
- httpie
|
|
- libnotify-bin
|
|
- mtr-tiny
|
|
- ncdu
|
|
- p7zip-full
|
|
- pass
|
|
- qalc
|
|
- redshift-gtk
|
|
- ripgrep
|
|
- rsync
|
|
- sqlite3
|
|
- strace
|
|
- thunar
|
|
- vim-gtk3
|
|
- xbacklight
|
|
- xinput
|
|
state: present
|