fix: add missing role.yml

This commit is contained in:
Glenn Y. Rolland 2024-07-12 14:40:25 +02:00
parent 83f0e827c6
commit b6cce69561

10
role.yml Normal file
View file

@ -0,0 +1,10 @@
---
- hosts: localhost
remote_user: root
vars_files:
- 'vars/main.yml'
- 'defaults/main.yml'
tasks:
- include: 'tasks/main.yml'
handlers:
- include: 'handlers/main.yml'