workstation/user-gui.yml

12 lines
204 B
YAML
Raw Normal View History

2019-11-28 12:45:46 +00:00
#!/usr/bin/env ansible-playbook
---
- name: Setup GUI for user only
hosts: localhost
vars:
gui: true
tasks:
- include_role:
name: home-cli
- include_role:
name: home-gui