mg
0926424da8
flameshot dir unattended nach hinten calc docker regel extra programme vivaldi check flameshot Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#142 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
14 lines
316 B
YAML
14 lines
316 B
YAML
---
|
|
- name: install packages
|
|
become: yes
|
|
ansible.builtin.package:
|
|
name:
|
|
- i3
|
|
- i3lock
|
|
- arandr
|
|
- x11-xserver-utils # xrandr
|
|
- feh # wallpaper
|
|
- rofi
|
|
- xautolock #bildschirmsperre nach x min
|
|
- flameshot #screenshots
|
|
state: present
|