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

28 lines
417 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: installing tools
apt:
name:
- apt-listbugs
- arandr
- atool
- bmon
- dnsutils
2018-10-28 13:34:17 +01:00
- fzf
- httpie
- libnotify-bin
- mtr-tiny
- ncdu
2018-10-28 13:44:29 +01:00
- p7zip-full
- pass
- qalc
- redshift-gtk
- ripgrep
- rsync
- sqlite3
- strace
- thunar
2018-11-04 11:28:42 +01:00
- vim-gtk3
- xbacklight
- xinput
2018-10-12 22:44:28 +02:00
state: present