dotfiles/.ansible/desktop.yaml

8 lines
205 B
YAML
Raw Normal View History

- name: Desktop installation and configuration
hosts: desktop
roles:
2019-01-20 17:09:09 +00:00
- role: desktop
vars_files:
- "roles/desktop/vars/{{ ansible_system|lower }}.yaml"
- "roles/desktop/vars/common.yaml"