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
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- 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