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

10 lines
138 B
YAML
Raw Normal View History

2021-08-17 21:44:40 +02:00
---
- hosts: localhost
become: true
2021-08-17 22:19:04 +02:00
vars_files:
- vars/main.yml
2021-08-17 21:44:40 +02:00
roles:
- common
2021-08-17 22:07:47 +02:00
tasks:
- import_tasks: tasks/main.yml