dotfiles/.ansible/desktop.yaml

8 lines
206 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"
2019-01-31 20:37:19 +00:00
- "roles/desktop/vars/firefox.yaml"