6 lines
190 B
YAML
6 lines
190 B
YAML
---
|
|
- name: Install GUI packages
|
|
become: true
|
|
pkgin:
|
|
name: adwaita-icon-theme,atril,firefox,fvwm,liberation-ttf,mate-terminal,rxvt-unicode,vim-gtk3,xlockmore-lite
|
|
state: present
|