Files
mw-pfeddersheim-workstation/ansible/workstation.yml
T
2026-05-20 10:49:07 +02:00

19 lines
353 B
YAML

---
- name: Configure mw-pfeddersheim-workstation
hosts: localhost
connection: local
become: true
vars_files:
- vars/main.yml
- vars/secrets.yml
roles:
- role: system-upgrade
tags: [system-upgrade]
when: os_type == 'archlinux'
- common
- dev-tools
- maintenance
- role: hyprland
tags: [hyprland]