dotfiles/.ansible/desktop.yaml

8 lines
206 B
YAML

- name: Desktop installation and configuration
hosts: desktop
roles:
- role: desktop
vars_files:
- "roles/desktop/vars/{{ ansible_system|lower }}.yaml"
- "roles/desktop/vars/firefox.yaml"