dotfiles/.ansible/desktop.yaml

8 lines
203 B
YAML
Raw Normal View History

- name: Desktop installation and configuration
hosts: desktop
roles:
2019-02-23 11:53:41 +00:00
- role: linux_desktop
when: ansible_system == 'Linux'
2019-02-23 11:53:41 +00:00
- role: darwin_desktop
when: ansible_system == 'Darwin'