21 lines
288 B
YAML
21 lines
288 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
|
|
- xinput
|