13 lines
174 B
YAML
13 lines
174 B
YAML
---
|
|
- name: install necessary software
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- i3lock
|
|
- dmenu
|
|
- feh
|
|
- dunst
|
|
- arandr
|
|
- xapp
|