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
Raw Normal View History

2021-08-18 22:59:38 +02:00
---
- hosts: localhost
become: true
vars_files:
- vars/main.yml
roles:
- common
tasks:
- import_tasks: tasks/main.yml