workstation/roles/home-gui/tasks/main.yml

9 lines
147 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
---
- include: dirs.yml
- include: dotfiles.yml
- include: emacs.yml
- include: firefox.yml
- include: mate.yml
2019-12-13 13:00:58 +00:00
when: ansible_system != 'Linux'