dotfiles/.ansible/desktop.yaml

7 lines
166 B
YAML

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