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

20 lines
275 B
YAML

---
- name: installing tools
apt:
name: "{{ item }}"
state: present
with_items:
- arandr
- atool
- bmon
- dnsutils
- libnotify-bin
- mtr-tiny
- ncdu
- pass
- redshift-gtk
- ripgrep
- rsync
- thunar
- xbacklight