2021-06-07 19:34:38 +02:00
|
|
|
---
|
|
|
|
- hosts: laptop
|
|
|
|
roles:
|
2021-07-01 15:26:45 +02:00
|
|
|
- { role: mgrote.i3, tags: "i3", become: true }
|
|
|
|
- { role: mgrote.polybar, tags: "polybar", become: true }
|
|
|
|
- { role: mgrote.deactivate_caps, tags: "caps", become: true }
|
|
|
|
- { role: mgrote.alacritty, tags: "alacritty", become: true }
|
|
|
|
- { role: mgrote.vivaldi, tags: "vivaldi", become: true }
|
|
|
|
- { role: mgrote.xnview, tags: "xnview", become: true }
|
|
|
|
- { role: mgrote.atom, tags: "atom", become: true }
|