feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:30:05 +02:00
commit cd8e6a7e53
2 changed files with 7 additions and 1 deletions

View file

@ -6,4 +6,4 @@
serial: 2
become: true
roles:
- role: "."
- role: "common"

6
roles/requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
roles:
- name: "common"
src: "https://gitlab.simoncor.net/ansible/ans-common.git"
scm: "git"