initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 17:59:52 +01:00
parent dd913c04bc
commit 3529250298
6 changed files with 231 additions and 0 deletions

6
tasks/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: requirements
include_tasks: requirements.yml
- name: install
include_tasks: install.yml