8 lines
142 B
YAML
8 lines
142 B
YAML
---
|
|
- name: Setup minimal XFCE + XRDP desktop
|
|
hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- roles/vhosts/xfce_xrdp_minimal/
|