This repository has been archived on 2021-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
hardware/desktop.yml

10 lines
138 B
YAML

---
- hosts: localhost
become: true
vars_files:
- vars/main.yml
roles:
- common
tasks:
- import_tasks: tasks/main.yml