workstation/gui.yml

14 lines
250 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
#!/usr/bin/env ansible-playbook
---
- name: Setup GUI
hosts: localhost
tasks:
- include_role:
name: distro
- include_role:
name: distro-gui
- include_role:
name: home
- include_role:
name: home-gui