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

26 lines
358 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: installing tools
apt:
name: "{{ item }}"
state: present
with_items:
2018-10-19 07:08:35 +02:00
- apt-listbugs
2018-10-12 22:44:28 +02:00
- arandr
- atool
- bmon
- dnsutils
2018-10-14 20:07:18 +02:00
- httpie
2018-10-12 22:44:28 +02:00
- libnotify-bin
- mtr-tiny
- ncdu
- pass
- qalc
2018-10-12 22:44:28 +02:00
- redshift-gtk
- ripgrep
- rsync
2018-10-17 16:31:36 +02:00
- sqlite3
2018-10-15 14:52:41 +02:00
- strace
2018-10-12 22:44:28 +02:00
- thunar
- xbacklight
2018-10-13 15:41:08 +02:00
- xinput