dotfiles/.ansible/desktop.yaml

13 lines
274 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-05-09 18:27:16 +01:00
tags:
- linux
2019-02-23 11:53:41 +00:00
- role: darwin_desktop
when: ansible_system == 'Darwin'
2019-05-09 18:27:16 +01:00
tags:
- darwin
- osx